I have simple html table on the page. I want to add horizontal-vertical scroll bars to the table when the browser is resized to continue showing the table content.
How can I do this?
I have simple html table on the page. I want to add horizontal-vertical scroll bars to the table when the browser is resized to continue showing the table content.
How can I do this?
You can do this with CSS using style="overflow: auto;"
or style="overflow: scroll;"
.