Expand my Community achievements bar.

SOLVED

Adaptive Form Table - force scrolling horizontally

Avatar

Level 7

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,

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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%;

 

Mayank_Gandhi_0-1659724291233.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

@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%;

 

Mayank_Gandhi_0-1659724291233.png