Question
Pagination and horizontal scrolling
We have the requirement to show a table with more than 10 columns (therefore horizontal scroll bar is needed) and pagination at the bottom of the table. e.g. workbasket.
-If we have pagination between the table and the horizonal scroll, the pagination moves with the scrolling.
-Best proposal is to have pagination below horizontal scroll so pagination remains fixed. Requirement is to avoid customization so in order to use OOTB when feasible. Is that last proposal OOTB? which is the best way to manage pagination when horizontal scroll is in place with OOTB solution?
Please suggest.
Thanks in advance.
Hi Chardalp,
If the horizontall scrollbar is configured at the harness-level, then pagination will move with the scrolling of the screen. So if you could configure the scrollbar only for the grid, then it will not move with the pagination.
You can create a CSS rule with overflow:auto; and add that to the grid only. Please add screenshots of the issue to help us understand the issue better.
Regards,
Evita.