facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Pagination example #64

Open kyah2004 opened 9 years ago

kyah2004 commented 9 years ago

I would like to know how pagination was done using this component. any one has a sample code. thanks

ofersadgat commented 9 years ago

https://github.com/ofersadgat/fixed-data-table-simple/blob/master/src/js/ObjectDataListStore.jsx

ghost commented 9 years ago

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

sandys commented 8 years ago

+1 for this. an example of pagination using external json data would be invaluable. We get our json data using an external api... and I'm not able to figure out how to trigger calls to the API for pagination.

spapas commented 8 years ago

@sandys I've written a beginner's tutorial for how to use a fixed-data-table to load paginated data with ajax @ http://spapas.github.io/2015/12/22/ajax-with-react-fixed-data-table/ -- I haven't implemented real pagination on the client side, instead, the pages are loaded when needed from the server.