You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using the pagination directive, the code defines the length of the list. It defaults to (and is often set to) 10 records, like so:
It would be nice if the user could select the list length, perhaps via a dropdown or input, instead of being limited by the length we've chosen. It may be nice to allow them to select "all" so they don't have to deal with a paginated list.
Additionally, perhaps that default length could be a Kibana application setting instead of being hard-coded to 10 records.
Labeling discuss as it might be worth getting additional input.
The text was updated successfully, but these errors were encountered:
+1 seems useful, and more straight forward than attempting to dynamically scale the page length. Scaling the page length will make the results jump around all weird. Imagine if Brazil was usually on page 5, but if the window was bigger it was on page 2. You'd have to go searching for it every time you needed it.
Currently, when using the pagination directive, the code defines the length of the list. It defaults to (and is often set to) 10 records, like so:
It would be nice if the user could select the list length, perhaps via a dropdown or input, instead of being limited by the length we've chosen. It may be nice to allow them to select "all" so they don't have to deal with a paginated list.
Additionally, perhaps that default length could be a Kibana application setting instead of being hard-coded to 10 records.
Labeling discuss as it might be worth getting additional input.
The text was updated successfully, but these errors were encountered: