Rows per page #5519
Replies: 2 comments 5 replies
-
Thanks for opening this discussion @gavinwye. It's definitely a lot less controversial than the original ask of removing the actual arrow/number pagination. I think it makes sense in the context of limited results to reduce the complexity of the UI to only what would actually affect the UI. In this case, changing However, I do want to discuss that particular scenario of when the rows have been reduced because of searching or filtering. To talk it through, consider these steps:
My guess is this makes sense because that option will no longer affect the visible data/UI. But I think it's worth testing out in a real prototype to see if it feels weird to have the button hide/show. |
Beta Was this translation helpful? Give feedback.
-
Can you explain further what you meant in your last paragraph?
I wasn't quite following why the distinction specifically for the number |
Beta Was this translation helpful? Give feedback.
-
In some cases, we display 'Rows per page' under a table when there and fewer rows than the number in the 'Rows per page' component. See the screenshot below.
In that case, we should hide the component until there are more rows of data than the minimum default set for the component.
For example: If the number of available rows of data is 9 but the component is set to a minimum of 10 it would be hidden until there are 11 rows of data.
We should follow this logic until the lowest number (default) of rows to be displayed is 60 or more rows. In which case we may want to allow users to show less than the default to reduce complexity on the page.
Screen shot
Original issue: elastic/kibana#121755
Beta Was this translation helpful? Give feedback.
All reactions