Answers for "control the height and width of html table"

1

fix table height html

<div id="mainHolder" style="overflow: auto; max-height: 400px;">
    <table>
    ... Lots of data ...
    </table>
</div>
Posted by: Guest on March-18-2021

Code answers related to "control the height and width of html table"

Browse Popular Code Answers by Language