How to create a scrollable BootStrap Table

Hi All,

I am hoping someone can provide me with some guidance on how to create a dynamic bootstrap scrollable table.

I have already used a generator to create a table based on a database query - all is working fine. But as the data gets bigger, I want to table to be scrollable. Any tips/tricks on how to achieve this basic feature?

Thanks

When you create your table there’s a “Responsive” option available, that makes big tables scrollable horizontally.

I just added a CSS code and it seems to be working with vertical scroll.