tablesorter icon indicating copy to clipboard operation
tablesorter copied to clipboard

initial click on a header uses sortInitialOrder

Open Fuzzwah opened this issue 9 years ago • 0 comments

Behavior before this change:

  1. click header_X, table is resorted by header_X_col in sortInitialOrder
  2. click header_Y, table is resorted by header_Y_col in sortInitialOrder
  3. click header_X again, table is resorted by header_X_col in opposite of sortInitialOrder
  4. click header_Y again, table is resorted by header_Y_col in opposite of sortInitialOrder

Behavior after this change:

  1. click header_X, table is resorted by header_X_col in sortInitialOrder
  2. click header_Y, table is resorted by header_Y_col in sortInitialOrder
  3. click header_X again, table is resorted by header_X_col in sortInitialOrder
  4. click header_Y again, table is resorted by header_Y_col in sortInitialOrder

Fuzzwah avatar Oct 04 '15 20:10 Fuzzwah