Answers for "how to stretch the height of td in tables"

CSS
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
0

css table th width

th {
  width: 50px;
}
Posted by: Guest on November-02-2021

Code answers related to "how to stretch the height of td in tables"

Browse Popular Code Answers by Language