aoColumns.nTf not set when Footer has a different number of cells than the header
aoColumns.nTf not set when Footer has a different number of cells than the header
severin
Posts: 11Questions: 0Answers: 0
Hi,
while trying to use TableTools to export my datatTable i stumbled onto the following behaviour: When the footer-columns are combined using cellspan and the header-columns are not, the property ntf of the column in the aoColumns-Object is not set. This causes a problem with exporting the Footer using TableTools, since this property is checked while exporting the footer. (dt1.9.0, TT 2.0.2)
while trying to use TableTools to export my datatTable i stumbled onto the following behaviour: When the footer-columns are combined using cellspan and the header-columns are not, the property ntf of the column in the aoColumns-Object is not set. This causes a problem with exporting the Footer using TableTools, since this property is checked while exporting the footer. (dt1.9.0, TT 2.0.2)
This discussion has been closed.
Replies
Allan
[code]
Text1
Text2
Text 3
[/code]
would result in the following csv:
'Text1','','Text2','Text3','',''
This way sums in colums should stay in the right column, which i gather would be the most important thing to look for.