LdTableSort
Local json data table sorter
Features
* json in-data
* header: auto generated (zero config), scroller, customizable
* computed columns (can sort & filter these columns as well)
* format: user definable per column
* sort: native, alphanum (is_sort_alphanum), customizable
* search: allcolumns filter (config.is_searchAllCols_input), customizable
* css in js
* show json valued cells (default JSON.stringify)
* update_data (data)
* row select callback (selCallback)
* side effect free, lightweight
* few dependencies (jQuery)
Working example:
(demo.html)
``
html
LdTableSort Demo
``