Table with horizontal scroll?

I’m creating a table with many columns and finding that the autosizing of the columns to fit the panel makes each individual column too small. Is there an easy way to configure the ufTable to scroll horizontally instead? I know I can do it with customized CSS, but I just wanted to check if there was already a better way.

ufTable uses Tablesorter, you can check on their side : https://mottie.github.io/tablesorter/docs/index.html

Thanks for the suggestion! I tried out both the resizable and scroller widgets but wasn’t able to get either to work with my UF table. For now, just adding some simple CSS rules targeting this table.