Tabulator v4.2.4 Release Notes

Release Date: 2019-04-07 // about 5 years ago
  • ⚡️ Updates

    • the _ ajaxLoaderError _ option now parses in HTML to match the functionality of the _ ajaxLoaderLoading _ option
    • clicking up/down arrow keys no longer triggers scroll of the table when using editors
    • the _ autocomp _ editor now passes an array of value objects to the _ searchFunc _ callback and expects a return value of a filtered array of those objects
    • the _ responsiveLayoutCollapseFormatter _ callback now receives an array of value objects rather than an object

    🛠 Fixes

    • the _ tickCross _ header filter now correctly handles tristate when focus is lost outside of table
    • 💻 border radius is now correctly set on semantic-ui theme
    • a regression preventing the _ virtualDomBuffer _ option from working has been fixed
    • the number editor no longer causes a stack overflow error on validation failure
    • undefined values no longer show up as "undefined" on load of the _ select _ editor
    • null values are no longer counted as "null" when using a header filter to search columns
    • z-index on all elements are now correctly set (a config issue with the dist file generation led to z-indexes being corrupted)
    • resizing columns when at the far right of the horizontal scroll no longer results in the columns shifting out of line with the headers
    • 📱 responsive collapse now correctly handles columns with duplicate titles
    • deletion of a grouped row no longer causes a graphical glitch
    • deletion of a grouped row when using reactive data no longer results in a graphical glitch
    • horizontal row padding is now correctly cleared when calling the _ setColumns _ function when using frozen columns
    • 💻 moving rows between tables now correctly function in the Internet Explorer browser