github olifolkerd/tabulator 2.7.0
Ajax Pagination and Data Updates

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

Remote Ajax Pagination

You can now accept paginated data directly from a remote server.

More information can be found in the Pagination documentation

New Data Update Functions

The _updateData_ function has been added to allow updates to existing data without redrawing the entire table.
The _updateRow_ function has been added to allow updating of an individual row.
The _rowUpdated_ event is now triggered when a row is updated.

More information can be found in the Editing & Manipulating Data documentation

Extendable Mutators and Accessors

Mutators and Accessors can now be extended to allow for easy reuse of code.

More information can be found in the Extending Tabulator documentation

Ajax URL Auto-loading

If the _ajaxURL_ option is set in a table constructor, the data is now automatically loaded once the table is created, without any need to call the _setData_ function.

Don't miss a new tabulator release

NewReleases is sending notifications on new releases.