Answers for "bootstrap table same width"

0

bootstrap table same width

<tr>
  <th style="width: 16.66%">Col 1</th>
  <th style="width: 25%">Col 2</th>
  <th style="width: 50%">Col 4</th>
  <th style="width:  8.33%">Col 5</th>
</tr>
Posted by: Guest on September-26-2021

Browse Popular Code Answers by Language