Answers for "set height of element in table html"

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 "set height of element in table html"

Browse Popular Code Answers by Language