Sorting
Sort the table by given columns and directions.
You can sort the table by multiple columns and directions. Using the sort
option provide an array of columns
and directions
for sorting. The direction can be either asc
or desc
.
The sorted output:
The columns
and directions
length must be the same.
Last updated