-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] Table pagination #96778
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
I agree that we should offer this, but let's also try to clarify in the language some of the common types of pagination that this does not do:
|
From convo with @flash1293: the current table page shouldn't survive a navigation event or a browser page refresh, however it must survive a dashboard data refresh. |
@flash1293 @ghudgins — also worth noting that the underlying component optionally supports user-facing page size configuration UI. |
@andrewctate good point - to me it seems like the Lens toolbar is a better place for this as it seems like we would anyway need a switch there to turn pagination on so its simpler to put the page size in there as well, but no strong opinion from my side how this setting is exposed. |
if pagination is enabled it would be cool for this to then show up at the bottom of the table where it is in other places. mirrors the fact we don't put sort options in the lens toolbar |
It feels like we're moving toward a toggle switch in the toolbar. Either you want pagination or you don't. If you toggle pagination on, the page size options on the bottom left of the table show up.
|
The Lens data table uses virtualized scrolling to handle large tables. However in some cases it's easier to use pagination to step through your data.
This could be offered as an optional setting on chart level.
The text was updated successfully, but these errors were encountered: