This topic is locked

Right bar Scrollable grid be visible on the screen

8/28/2020 4:02:04 PM
PHPRunner General questions
Myr0n author

Hello

I have a table with too many field showing in a list page and I am using the built-in scrollable grid functionality for this purpose everything is working fine in big screens but in small screens the user needs to move the bottom scroll bar to the left to reach the right scroll bar to move down or up the list.

I know, is a bad ui design but "where the captain rules, the sailor does not rule" and you know, I'm just the sailor.
Is it possible to adjust or fits to the screen the Scrollable grid to be visible the right scroll bar?**

**

I found this thread "Horinzontal scroll for grids in Bootstrap layouts" but did not work.
in 10.4 instead of bs-flexgrid I'm using



.r-flexgrid {

display: inline-block;

}



and works but the field headers does not.

Thank you in advance for your help.