-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination for Tables #130
Comments
@t00f @ronakmshah I believe adding table pagination will require significant changes to the infrastructure for handling queries and results. Probably we should discuss this together before diving into an implementation. The following things need to happen in order to implement pagination (based on my experiences implementing pagination in kibana-chord):
@t00f I would value your input here on how to structure the query and results as Redux state. |
While searching how to solve this ticket, I found this library react-virtualized. It has multiple options to deal with large data sets. |
Currently in the table graph, we show all the results that gets return from server.
Needs a way to paginate (10 per page) this response.
The text was updated successfully, but these errors were encountered: