Error having a column grouping with one column

Error having a column grouping with one column

markWmarkW Posts: 1Questions: 0Answers: 0
edited July 2010 in Bug reports
I have a situation where I create tables dynamically on the server based on user selections. I have run into a problem with how data tables handles the situation where I have a column group of one column. If I create a thead of two rows and the first row has 2 th's, the first one has a rowspan of 2. The second row has one th. This means that I have 2 data columns. However, data tables inits with aoColumns.length of 3. This leads to a data tables warning thrown at line 2265 (version 1.6.2). It also leads to null reference javascript errors being reported by firebug. (these happen at different locations depending on the particular data. Any idea's of a work around? Thanks.

[code]


City Name
Franchise Fees


Water



[/code]
This discussion has been closed.