Should using an empty array as the initial sort order break sorting functionality?

Should using an empty array as the initial sort order break sorting functionality?

kmiller@dayrep.comkmiller@dayrep.com Posts: 1Questions: 1Answers: 0

Using an empty array as the initial sort order with paging:

"order": [],
"pagingType": "numbers",...

seems to break sorting functionality. When sorting a column by descending, rather than displaying the values from z-a as it should, it sorts the whole dataset from z-a, then displays the first page from a-z. Moving to the second page and then back to the first fixes the issue temporarily until sorted again. Is this the expected behavior of an empty initial order?

This discussion has been closed.