TableTools and FixedColumns
TableTools and FixedColumns
david33409
Posts: 11Questions: 0Answers: 0
I've tried for hours to get TableTools to work with FixedColumns and ColReorder without success. The CSV & PDF files are way off. When I hit Print, I only get the rows that are visible and not all rows.
Thank you for your assistance.
Thank you for your assistance.
This discussion has been closed.
Replies
Allan
I tryed passing the columns numbers to print:
[code]
'aButtons': [
{
'sExtends': 'print',
'bShowAll': true,
'mColumns': [0,1,2,3,4]
}
]
[/code]
and doesn't work either. Although I saw I'm not sure "mColumns" is an option for print button.
http://live.datatables.net/epuxem/9
You can see, when you click on print (Imprimir) , the Fixed Columns are not shown.
Modifiying line 1731 of TableTools.js to
[code]this._fnPrintHideNodes( oSetDT.nTableWrapper );[/code]
shows the whole table, but with dupplicated headers for non-fixed part of the table