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.