jdcalkins / ng2-data-table

DataTable - Simple table component with sorting, pagination, and row select/multi-select for Angular2
MIT License
7 stars 7 forks source link

How to change table data on pagination click #32

Open Randore opened 6 years ago

Randore commented 6 years ago

Hi, this is a newbie question? How can I change the data on click of the 2nd page? Do I have to write any function calls (or) is it possible to handle it from ng2-data-table API.

how-to-update-data
Randore commented 6 years ago

I made it workable but how to update the complete pages. what I mean is I have 37 pages for data and I want to load all at once so that I can navigate to other data using pagination?