reactive-wizard icon indicating copy to clipboard operation
reactive-wizard copied to clipboard

SER-13233 Add support for sorting on multiple columns using CollectinOptions sortby.

Open YouWillNeverWalkAl1 opened this issue 1 year ago • 1 comments

Added support for specifying multiple sort by columns in the CollectionOptions sortBy string separated by commas. Each column needs to be defined in allowedSortColumns in order to be used in the sort. The sortBy string could e.g. contain the string "name asc, id desc" which would result in the corresponding sortby clause.

YouWillNeverWalkAl1 avatar Jan 17 '24 15:01 YouWillNeverWalkAl1