Table that grows past 100%
Table that grows past 100%
sapot
Posts: 14Questions: 8Answers: 0
I want my table to be min-width 100% but when column content is bigger (I have nowrap enabled) I want the table to grow bigger than 100% causing browser horizontal scrolling. My columns all have a min-width defined but some can grow as they wish.
I don't want to use datatables scrollX, I basically want similar functionality but that triggers a full page browser scroll instead of a scroll only inside the table.
Any tips to achieve this?
This discussion has been closed.
Answers
If you have the content set to not wrap, then this should just happen automatically. Is it not for you? If not, can you link to a test case please?
Allan