Software Details:
Version: 1.1.2
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 86
The tableutils plugin was created to make working with tables on the Web a lot easier.
It is recommended for large table structures, where using such functions provides an actual advantage to loading a JS script if your table was only ten rows deep.
The plugin adds support for:
- fixed table headers
- column-based data sorting
- column-based data filtering
- row-based selecting
- table data pagination
While trivial if you take each one in turn, put together these enhancements make working with a data tables a lot easier and simplify the task of searching and reading through the data.
Docs and demos are included with the plugin's code.
What is new in this release:
- Added progress notification for Server-side Pagination.
- Added functions to retrieve the current page information, selected records on current page and all selected records in the table.
- Added the ability to provide a custom user defined function for sorting.
- Added the ability to send additional parameters with each page request while using Server-side Pagination.
- Added the ability to preserve selected records over multiple pages while using Server-side Pagination.
- Added Dynamic Table feature for building tables dynamically without any table markup or code.
- Added the ability to change the type of Pagination on the fly.
Requirements:
- JavaScript enabled on client side
- jQuery 1.6 or higher
- jQuery UI 1.6 or higher
Comments not found