Answers for "html table max height"

0

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
0

table data max width

word-wrap: break-word;
max-width: 150px;
Posted by: Guest on July-15-2021

Browse Popular Code Answers by Language