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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -