Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

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
Description

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.