mdDataTable icon indicating copy to clipboard operation
mdDataTable copied to clipboard

Sort over all data with pagination

Open Bestikov opened this issue 8 years ago • 2 comments

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 avatar Feb 28 '17 09:02 Bestikov

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 :)

rvt avatar Mar 30 '17 13:03 rvt

Hi, i'm currently facing the same problem as Bestikov would really appreciate if theres a solution

TingHui1402 avatar Apr 28 '17 08:04 TingHui1402