daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

Get limited data from server rather binding all data #662

Open sachindu opened 2 years ago

sachindu commented 2 years ago

Dear All i am using md-data-table v0.10.9 and i am trying to bring only 10 rows from server and recordcount to display pageindex and counts

Since i have 50000+ rows in table so it bring all data in first load and then it works well ..

I would like to bring only Page size number of records and on next previous bring data again from server..

How could i achieve this i know i need to change Server logic but on User Interface how i do