Currently we only support client side sorting by date by using the Reverse=true/false parameter. The server only does paging. Let’s add support for sorting in the server side and also support for sorting by all currently displayed fields: From,To, Direction, Status, Duration, Price so the UX is generic. Also, remember to maintain default of sort date in descending order.
Currently we only support client side sorting by date by using the Reverse=true/false parameter. The server only does paging. Let’s add support for sorting in the server side and also support for sorting by all currently displayed fields: From,To, Direction, Status, Duration, Price so the UX is generic. Also, remember to maintain default of sort date in descending order.