Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
We have a table with a lot of columns - +20. We would like them to be fixed width and have the Table scroll horizontally instead of squeezing everything on the screen. Is there an easy way to do this?
Thanks,
Solved! Go to Solution.
@crich2784 20 columns , above 10 it will have a very cluttered layout. Is it static data or user need to fill in as well?
But anyways what you are looking for is to add overflow to the div tag
overflow: scroll;
width: 200%;
View solution in original post
Views
Likes
Replies