How Do I Fix a Missing Scroll Bar in a Table?

There is an issue with the Cascading Style Sheet (CSS) classes which results in the scroll bar not appearing in the table. Because the default behavior is to fetch 25 records and only load more records on scroll, you can't view more than the initial 25 records.

To show the scroll bar and allow you to scroll more records, you need to set a specific height to the table using the style property. Select the table in the Designer and set the height of the table; for example, to 300 pixels.

When you run your app, the table now displays the scroll bar.

For more tips for adjusting the behavior of your table, see the Table Pagination and Scrolling in Visual Builder Explained blog.