I have some buttons that refresh the data/set conditions on the sub queried fields of the table model.
There are usually many rows on the table so I've enabled scrolling.
In order to keep the buttons that filter the table accessible, I want to keep the buttons on the side of the page while the user scrolls.
How can I do this?
Thanks!
There are usually many rows on the table so I've enabled scrolling.
In order to keep the buttons that filter the table accessible, I want to keep the buttons on the side of the page while the user scrolls.
How can I do this?
Thanks!
Shmuel Kamensky, Champion
This works! Now I need to figure out how to keep the headers at the top of the table...
http://help.skuid.com/m/components/l/376365-compose-pages-that-react-to-screen-size-with-the-respons...
Bill McCullough, Champion
Go to the table component and access the Scrolling properties under the Display tab. You can even freeze columns to the left.
Thanks,
Bill
Shmuel Kamensky, Champion
If I only use a scroll bar for the table then the side panel (where I'm keeping the filter buttons) will disappear.
If I only use a scroll bar within the panel section itself, the table header will not stay at the top.
Bill McCullough, Champion