Hi everyone,
I’m working on a Forge app that displays a large table, and I’d like to make only the table area scrollable—similar to using overflow: scroll
in a typical web app. However, in Forge UI, I’m not entirely sure of the best approach to achieve that.
Is there a recommended way to enable scrolling for just one part of the UI (in this case, my table) without making the entire page scrollable? Any insights or examples would be greatly appreciated!
Here’s a screenshot of what I’m trying to do:
Note that the table is cropped;
Thanks in advance for your help!