github olifolkerd/tabulator 2.12.0
Advanced Ajax Config, Framework Themes, Row and Data Upgrades and Header Improvements

latest releases: 6.2.1, 6.2.0, 6.1.0...
7 years ago

Advanced Ajax Config

The new ajaxConfig option has been added, to allow complete configuration of ajax requests

More information can be found in the Ajax documentation

Bootstrap and Semantic UI Themes

Two additional themes have been added to make Tabulator layout and functionality comparable with the Bootstrap and Semantic UI layout frameworks.

More information can be found in the Themes documentation

Enhanced Data Access Functions

Two new functions, updateOrAddRow & updateOrAddData, have been added to allow you to insert new data or update existing data in the same function.

The addRow has been enhanced to allow you to add a new row anywhere in the table.

The getRow and getRowData functions now allow you to find individual row DOM elements and their associated data without having to search through the whole table.

More information can be found in the Manipulating Data documentation

Header Filter Improvements

Header filter placeholders can now be set on a per column basis using the headerFilterColumnPlaceholders option.

Header filter placeholders can now be localized in the langs option.

More information can be found in the Header Filters documentation

Header Events

Three new callbacks, headerOnClick, headerOnDblClick & headerOnContext, have been added to the column definition object to track user interaction with the column header elements.

More information can be found in the Callbacks documentation

Row Scroll Animations

You can now trigger Tabulator to scroll to a specific row using the scrollToRow function.

More information can be found in the Rows documentation

Sorter Improvements

Custom sorter functions are now passed the field being sorted and the direction of the sort.

More information can be found in the Sorting documentation

Fixes

A number of fixes have been made throughout Tabulator, rendering glitches and IE compatibility improvements.

Don't miss a new tabulator release

NewReleases is sending notifications on new releases.