You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi hikalkan. I wanted to say thank you for your excellent plugin.
I'd like to collaborate adding support for multiple column ordering. Changes were uploaded to my fork (https://github.com/gbisheimer/jtable).
User can include multiple sorting criteria on startup as:
defaultSorting = 'name ASC, date DESC';
During runtime ctrl + left click on column header to add multiple ordering criteria.
Hope you can include it on the next version of jTable.
The text was updated successfully, but these errors were encountered:
Hi hikalkan. I wanted to say thank you for your excellent plugin.
I'd like to collaborate adding support for multiple column ordering. Changes were uploaded to my fork (https://github.com/gbisheimer/jtable).
User can include multiple sorting criteria on startup as:
defaultSorting = 'name ASC, date DESC';
During runtime ctrl + left click on column header to add multiple ordering criteria.
Hope you can include it on the next version of jTable.
The text was updated successfully, but these errors were encountered: