All Versions
32
Latest Version
Avg Release Cycle
25 days
Latest Release
1222 days ago

Changelog History
Page 1

  • v4.9.1 Changes

    November 23, 2020
    • Fixed regression in _ select _ editor when _ values _ param property is set to true
  • v4.9.0 Changes

    November 22, 2020

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

  • v4.8.4 Changes

    October 30, 2020
    • ๐Ÿ›  Fixed an issue where Toggling visibility of a column with the horizontal virtual DOM enabled caused a graphical glitch
    • โž• The table is now correctly redrawn when the addColumn function is used to add a column that contains child columns
    • ๐Ÿšš When a child column is deleted it is now correctly removed from its parent and the parent will remove itself if it now has no children
  • v4.8.3 Changes

    October 25, 2020
    • ๐Ÿ‘ Avg column calculation function casts values to numbers to better handle string values
    • 0๏ธโƒฃ Overriding default options on the tabulator prototype now works correctly for array and object values
    • autocomplete and select editor lists now scroll when navigated using arrow keys
    • ๐Ÿ›  Fixed render issue with column headers that have both header menus and editible header titles
    • โšก๏ธ Calling the update function on a row while it is visible no longer atempts to layout the rows dataTree
    • The clipboardCopyConfig option is now correctly parsed when triggreing a copy action
    • The clipboard module now corretly blocks external cliboard triggers after the first call of the copy function
    • The clearEdited function now works reguardless of whether validation is enabled or disabled on the table
    • ๐Ÿ›  Fixed a regression in vertical header layout mode, sort arrows are now correctly positioned at the top of the column header
  • v4.8.2 Changes

    September 27, 2020
    • The scrollToColumn function now works correctly when scrolling to the left of the table
    • Vertically aligned cells are now correctly displayed when made visible after being hidden
    • Export functions now correctly return row data in row formatters
    • ๐Ÿ›  Fixed regression where calculation row cells were accidentally calling column formatters instead of their specific calc formatters
    • ๐Ÿ›  Fixed regression preventing pasting into empty tables
  • v4.8.1 Changes

    September 13, 2020
    • Function based column defintion properties are no longer eroniously stored by the persistence module
    • The getTable function now works correctly on CalcComponents
    • The rowSelection formatter now correctly renders an empty cell on calculation rows
    • All row management arrays are now cleared down correctly when the table is wiped before new data is loaded
    • ๐Ÿšš Child rows are now correctly reinitialized when columns are moved programatically
    • The getRow function on the CellComponent wrpper object passed into formatters when exported, now works correctly
    • ๐Ÿ’ป Sub pixel rounding errors in the non-fixed height layout mode when using a zoomed browser have been fixed.
  • v4.8.0 Changes

    September 06, 2020

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

  • v4.7.2 Changes

    July 12, 2020

    โšก๏ธ Updates

    • The dataLoaded callback is now triggered after the table has been rendered when new data is loaded into the table

    ๐Ÿ›  Fixes

    • The table is now horizontally shifted into focus when a cell is being edited
    • A regression with the setDataFromLocalFile function has been fixed
    • Row components are now correctly detached from table modules before being wiped on new table data
    • The autocomplete editor now correctly loads its initial value when used as a header filter
  • v4.7.1 Changes

    June 27, 2020

    โšก๏ธ Updates

    • the validationFailed callback is now triggered when validation fails in highlight validation mode

    ๐Ÿ›  Fixes

    • cell context menu propagation to row context menu is no longer blocked when the cell context menu generation function returns false
    • select header filter in multiselect mode can now be cleared of value by clicking the cross on the input element
    • values for the select header filter in multiselect mode now persist correctly between edits of the filter value
    • typing in the select header filter in multiselect mode is now blocked
    • fixed regression in select header filter when in single value mode, values can now be correctly selected
    • values are now correctly parsed into select editor on initialization
    • deleting cells no longer causes error if validation is not enabled
    • ๐Ÿšš when deleting cells make sure they are attached to a parent before attempting to remove them
  • v4.7.0 Changes

    June 21, 2020

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