Answers for "css fixed table width"

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

Browse Popular Code Answers by Language