Author Topic: Multiple Sort function not working  (Read 1944 times)

sridhar_aravamudan

  • Newbie
  • *
  • Posts: 1
    • View Profile
Multiple Sort function not working
« on: July 26, 2019, 01:14:53 pm »
Using Paramquery 2.4.0

My sortDir has 4 values and sortIndx has 4 values all as "up".
The sort function works only when I either click the header cell as ascending or descending.
After removing the sort from the header(double click on the column), the data doesn't sort if I try to sort it again using the same column which had the sort option previously
sortIndx: ["x1", "x2", "x3", "x4"]
sortDir: ["up","up","up","up"]

e.g . I sorted the column x1 - up, then down . And then removed sort. Now If i sort column x1 again, the sorting doesn't work.

This is not working only in multiple sort.
« Last Edit: July 26, 2019, 01:19:15 pm by sridhar_aravamudan »