jQuery TableSorter Remember Sort Preferences? -
is possible somehow store or cache sort preferences. if can store them php session or can associate current search (it's returning search results) , it's sort preferences can go , see stuff in order...
any way this?
thanks!
well can specify sort when set tablesorter, this:
$("table").tablesorter({ // sort on first column , third column, order asc sortlist: [[0,0],[2,0]] });
so if store object , pass sortlist option, sure!
Comments
Post a Comment