How to enable horizontal scrolling for the table element?

Hello everyone, I would like to know if it is possible to enable horizontal scrolling for the table element so that I can have several columns in the table even if they don’t fit on the screen.

I need this because my table has many columns.

Below is an example of my table.

  • Have a width set in the Collection List + Header (The width should be larger then the container element if you want to scroll horizontally)
  • In the Table element change Overflow to ‘auto’ or add overflow-x: auto; to the custom CSS

Capture

2 Likes

Thank you, Miguel

1 Like