mdDataTable
mdDataTable copied to clipboard
Sort over all data with pagination
HI How to do that sorting by clicking on column in header will be execute over all data and not only for current page? And will begin from first page
Bestikov,
usually this isn;t how sorting over a table works or expected for any user to work like that. When sorting a table, you sort over the complete dataset, not just the page that's visible.
If you want that sort of think , I am pretty sure you are on our own with this mdDataTable and expect a lot of your user's reactions :)
Hi, i'm currently facing the same problem as Bestikov would really appreciate if theres a solution