Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #bootstrap #table #width
ADD COMMENT
Topic
Name
7+9 =