Open kyah2004 opened 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.
+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.
@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.
I would like to know how pagination was done using this component. any one has a sample code. thanks