sort
Sort the current page based on the given column. Use the
You can sort on one or more columns, either in ascending or descending order.
Example:
<table>
<sort>lastname</sort> <!-- sorts in ascending order -->
<sort>lastname desc</sort> <!-- sorts in descending order -->
<sort>date desc, lastname</sort> <!-- sorts by date first in descending order, and then by last name when dates are equal -->