javascript - Sorting multiple columns when I click a column header -


i'm using tablesorter 2.8.1 (mottie's fork), , have html table similar following:

header1   header2 -------- ---------         5 c         1 b         4         1 

when click header2, table gets sorted column:

header1   header2 -------- --------- c         1         1 b         4         5 

i know can sort both columns simultaneously holding down shift key , clicking header2 , header1, need having both columns sorted when click header2. in other words, need happen when click header2:

header1   header2 -------- ---------         1 c         1 b         4         5 

is there anyway can achieve this?

thanks in advance!


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -