I have a very long list of table records where I would like to always show scrollbar and header when user scroll down the page but couldn't figure out how to do it.
So I have added scroll bar at the top by following the post below but user have to scroll all the way to the top again. Is there anyway to have scrollbar at top and bottom if it's not possible with floating?
https://www.outsystems.com/forums/discussion/72231/how-to-make-the-horizontal-scroll-at-top-of-the-table/
Hi @Constance Li ,
You can check this out: html - Can you have scrollbars in both parallel sides of a div? - Stack Overflow
As far as I can understand, you will create two(2) wrappers for the table with different scrollbar location (one at top and one at bottom)
Hello Constance Li ,
Can you share a OML?
Do you know that you have overflow-x and overflow-y, right?
Best Regards,
Nuno R
You can add a horizontal flow by doing the following:
hope this helps :)
Regards,
Marco
Hi Macro,
That's what we have currently and scrollbar is showing at the end of the table so user have to scroll to the bottom to see the horizontal scrollbar.
Constance
Hi Constance Li,
Can you share the OML? And also you what to achieve.
Best regards,
Thanks Marco.
That's exactly what I want but I have decided not to implement it after considering it's not user friendly to do scroll left right.
- Constance
Hi Nuno Ricardo Rodrigues,
Thanks for your reply but I have decided not to implement the scroll bar after considering it's not user friendly.
@Marco Sacay is there no way to add the CSS straight to the table - must we enclose it in a container?