I have a table that has many columns. I want it to be at the maximum size of the window. The problem is she passes the window. How to put a scrool if the content passes the size of the window horizontally?
I have a table that has many columns. I want it to be at the maximum size of the window. The problem is she passes the window. How to put a scrool if the content passes the size of the window horizontally?
This can be done through the css property overflow
.
The% w_that your table is must have these properties
max-width: 100%;
overflow: scroll
As in this example: link
Any problem, just let me know.