bootstrap table same width

Solutions on MaxInterview for bootstrap table same width by the best coders in the world

showing results for - "bootstrap table same width"
María Camila
14 Sep 2018
1<tr>
2  <th style="width: 16.66%">Col 1</th>
3  <th style="width: 25%">Col 2</th>
4  <th style="width: 50%">Col 4</th>
5  <th style="width:  8.33%">Col 5</th>
6</tr>
7