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
Dates come in so many flavor that I decided not to support them directly. But convert the date to a timestamp and add it as a data attribute and you should be getting on your way.
Sorry, I am new to sorting and jquery. I am using your table example with the following sort expression:
$('#myTable>tbody>tr').tsort('td:eq('+nr+')[abbr]', {order:aAsc[nr]});
I have same date value in td and abbr attribute. Sorting is not working fine.
I tried putting yyyymmdd values in abbr attributes. Didn't work. Does abbr values matter?
Could you please improve above sort expression to make it work fine. Thanks already for the plugin.
The text was updated successfully, but these errors were encountered: