I need each column to maintain its starting width, even when introducing colspan. Must be dynamic as this could occur multiple times in the same table.
See jsfiddle for code example and current result https://jsfiddle.net/vh82sjhj/1/
/* this is where the problem arises */
<td class="tile_td" id="00" rowspan="4" colspan="2"></td>