Default table shows 4 columns of data.
How do i get it to show all of the columns. When i add it by dragging and dropping it into the table it all the data isnt being displayed. .oml files included in post.
Hello Anna, how are you?
You can add in your container this propertie:
"overflow-x: scroll;"
The result is a table with scroll bar:
Another option is to include more fields in the same column, for example:
hope its help.
Kind regards.
Hello @Anna Dwarika,
Option 1: Setting "overflow-x: scroll;" in the table container as already suggested by Agno will solve it. Please note though if the content does not overflow, the scrollbars will still be visible, but disabled.
Option 2: Setting "overflow: auto;" in the table container will solve your problem too, and the scrollbars will only appear when the content is overflowing
So you have options to choose the setting that best fits your needs.
Regards,
AJ
Wehn I do "overflow-x: scroll;"in my table, the columns are shown ubnder each other (I have 70 coloumns) instead of next to each other