Metadata extension not working
| Project: | tgrid - lightweight jQuery AJAX datagrid |
| Version: | 0.0.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Correct me if I am wrong but the metadata functionality from tablesorter does not seem to work.
(http://tablesorter.com/docs/example-meta-sort-list.html)
After I compared the latest source code of table sorter and tgrids it seems that tgrid is based on a now old version of table sorter? and therefore the metadata functionality is not included.
If you have the time it would be great with a new updated version.

Comments
#1
hello.
back when i was writing the plugin, the source code was indeed based on table sorter - as i am stating in the documentation. however later i leaved only the clicking methods - i didn't quite understood them, but i needed them. everything else was my work :)
the thing You want to achieve can be achieved via jsModel subclassing and defining the default sorting order (or other things). sorry for answering that late, i didn't noticed there was a post here.
best regards,
toudi