plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Feature request: Pagination to deal with large data frames #81

Open eddy-ojb opened 6 years ago

eddy-ojb commented 6 years ago

I hope I am in the right place for this - apologies if not.

This feature would be useful for larger data sets where the developer doesn't want to send all of it to the browser in one go. Perhaps this is already achievable with a callback but it would be nice if there was an argument allowing the data table to send only chunks of a dataframe to the browser depending on a some paginated value e.g. first 1000 rows.

bo3OU commented 6 years ago

+1

tigrus commented 5 years ago

@eddy-ojb how you achieve it with callbacks? Can you share example?