I'm trying to create a table with a dynamic number of columns using html/css/Bootstrap without relying on Java Script.
- The table should span 100% of the parent container's width.
- Each column in the table should have an equal width (3 columns = 33%, 4 columns = 25%, ...).
- I want the end result to resemble http://jsfiddle.net/La1xbzvm/ but I don't want to use hardcoded styles like
<th style="width: 33%">