Table Scroll Vertically

Is there a way to make limit the table to a certain height than make it scroll vertically?

1 Like

Yes, you can limit the height of a table (repeating group) and enable vertical scrolling in Bubble by following these steps:

  1. Uncheck “Fixed Number of Rows” – This allows the repeating group to scroll instead of displaying a fixed number of entries.
  2. Set a Fixed or Max Height – Without a defined height, the repeating group won’t be able to scroll within its container.
  3. Ensure Scrollable Content – As users scroll, more entries will load dynamically.
  4. Adjust Column Settings if Needed – If you also want the table to resize gracefully, uncheck “Fixed Number of Columns” and set a min width for columns.

By doing this, your repeating group will scroll vertically while maintaining a fixed height, allowing users to see more data as they scroll.

2 Likes