Tabulator v4.6.2 Release Notes

Release Date: 2020-04-12 // about 4 years ago
  • ⚡️ Updates

    • 👌 Improved sorter performance with multi-column sorts

    🛠 Fixes

    • Fixed issue with object pointer isolation when either paginationDataSent or paginationDataReceived options are used in multiple tables on the same page
    • Context menu will now load in correct position when page contents does not take up the full viewport height
    • 🛠 Fixed styling issue with modern theme when frozen columns were in use
    • The scroll bar on the options lists for the select and autocomplete editors now works correctly on Internet Explorer
    • When paginating data without the paginationSize option set on a fixed height table, the styling of the rows is taken into consideration when calculating the correct page size.
    • Navigating the table up and down through editable cells no longer causes editable rows out of view to jump to the center of the table when they gain focus
    • Virtual DOM buffer is now correctly maintained when scrolling from the top and bottom edges of the table. This will prevent visual glitches and navigation issues when vertically scrolling with arrow keys from either end of the table
    • The onRendered callback in formatters is now correctly called after an edit has been successfull or been cancelled
    • The progress editor has been improved to allow easier editing with arrow and tab keys