0

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.

This is my desired result enter image description here

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>
isuruAb
  • 2,202
  • 5
  • 26
  • 39
Peetea
  • 1
  • refer to: http://stackoverflow.com/questions/9257308/why-is-colspan-not-applied-as-expected – shaochuancs Mar 27 '17 at 09:35
  • Thanks @shaochuancs. For anyone else that finds themselves here in the same situation, adding fixed my issue, in this case col_width = 25%. – Peetea Mar 27 '17 at 22:27

0 Answers0