serenity-is / Serenity

Business Apps Made Simple with Asp.Net Core MVC / TypeScript
https://serenity.is
MIT License
2.59k stars 796 forks source link

If there are multiple SortOrder columns defined, columns with desc = true are always sorted in front #6559

Closed RaptorTrap closed 1 year ago

RaptorTrap commented 1 year ago

Columns should be sorted without consideration of sign (negativ sortOrder determines desc order). The DESC property is added after the sort.

volkanceylan commented 1 year ago

Thanks, interesting no one noticed this before