A component of my website needs a table that holds a lot of information. On most screens there will be too many columns to fit across the width of the site. I would like the user to be able to scroll through these columns (probably through use of buttons). Would it be possible to use jQuery to scroll all of the table columns to one side; effectively hiding a column on one side of the table and showing one on the other side? Any tips on how to going about doing this? What classes should I be taking a look at?
Thanks in advance.