wdunn001 / EntityFrameworkPaginateCore

EF Pagination for NetStandard and .Net Core
17 stars 10 forks source link

Multipe Sorts #2

Open TDK1964 opened 2 years ago

TDK1964 commented 2 years ago

Doesn't seem to work when passing multiple sorts e.g. table.setSort([{column:"leagueId",dir:"desc"},{column:"matchId",dir:"desc"}])

farubin commented 2 years ago

The restriction of multiple sorting is by design? The code works great.... only 3 nice to have features in my opinion.

1) Multiple sorting (i would expect sorts working as filters does) 2) The page object sould return the sorting attributes used (if so) and i am not sure if should return the filters used to. 3) Groupby funcionality would be appreciated.