Tabulator Versions Save

Interactive Tables and Data Grids for JavaScript

6.2.0

1 month ago

6.1.0

1 month ago

6.0.1

1 month ago
  • Fix regression breaking autoColumns on initial load of ajax data

6.0.0

1 month ago

There have been many changes in the latest release, including:

  • ESM Tree Shaking is fully working now!
  • Build tools have been upgraded to the latest versions
  • New features for module builders
  • Row headers
  • Spreadsheet module, grid generation, array format data handling
  • Resize guides
  • Editor empty value handling
  • Improved range exporting
  • Rownum accessor for export
  • New Events
  • Performance improvements for data trees
  • A load of bug fixes

There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

5.6.1

2 months ago
  • Fixed issues with rendering in range selection module when no row header defined
  • Fixed regression in frozen columns module when frozen columns are initially hidden
  • Fix issue in time and datetime editors where 24 hour times were not being handled correctly
  • You can now use the editableTitle and movableColumns options together without dragging the mouse in the title input causing the column to be moved
  • Using events after calling the setHeight function will no longer result console warnings
  • Fixed regression that caused text areas to not resize on table resize, introduced during performance improvements in v5.5
  • Editors can now only trigger success or cancel calls once (if validation passes) to prevent duplicate events

5.6.0

2 months ago

There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

5.5.4

3 months ago
  • fix regression in last release with node-sass becoming a prod dependency

5.5.3

3 months ago
  • The link formatter now correctly handles nested data lookup from the urlField formatter param
  • The tabEndNewRow option will now not create a new row if there is a validation failure on the last table cell when it is bing edited
  • Fixed issue with row management pipeline not being fully initialized with remote data loading
  • Ensure nestedFieldSeparator option is correctly applied when handling row updates
  • The setColumnLayout function now correctly applies all settings passed into the function, not just those currently set in a columns definition
  • Ajax params passed to the setData function now correctly override those set in the ajaxParams setup option
  • Removed incorrect mouse pointer from disabled pagination buttons
  • The setPageToRow function will no longer throw an error when called

5.5.2

8 months ago
  • Fixed incorrect keybinding for copy function on mac
  • Fixed issue with widthShrink and widthGrow not working when table data is imported from HTML
  • Fixed issue with HTML Import functionality not correctly formatting column field names if the name had multiple spaces in it
  • Resize handles now longer float in front of frozen columns

5.5.1

9 months ago
  • The data argument of the groupHeader callback is now passed an array of all data included in that group, including child rows when using nested groups
  • Fixed console error when redrawing the table with the dataTree option enabled
  • If a table is destroyed, any outstanding ajax request responses are ignored
  • Fixed function mapping issue on jQuery wrapper
  • The placeholder element is now visible on empty tables with no fixed height
  • The history module undo and redo actions for row movement, now move the row to the correct position
  • The history module undo and redo actions for row movement, now correctly redraw the table after the action is performed
  • The groupClick and groupDblClick events are now correctly triggered when the groupToggleElement option is set to header and the group header element is clicked
  • Fixed visual corruption when using frozen columns and the materialize theme
  • Fixed visual corruption when using frozen columns and the semantic-ui theme
  • Fixed regression in onRendered function passed into formatters, it is now correctly called after a cell has been added to the DOM
  • Fixed regression in cell height calculation for basic vertical renderer
  • Row indentation now works correctly when using the dataTree option with the dataTreeBranchElement option set to false