Will invertSorting work for server-side sorting (manualSorting : true)
Will
invertSorting
work for server-side sorting (manualSorting : true
)1 Reply
other-emeraldOP•11mo ago
I am having an
age
column which i populate using timestamp
value, now since age is sorted in reverse order that of timestamp, i have enabled {invertSorting : true}
for timestamp column.
since my sorting logic is in server-side it is not working.
can anyone help me
@Tanner Linsley