tableExport.jquery.plugin
tableExport.jquery.plugin copied to clipboard
Export hidden column not working
I have created a new custom button for export, I need to export hidden columns but it is not working. kindly could someone guide me how to do it? Thanks in advance.
$('#pnltable').tableExport({ type: 'excel', csvEnclosure: '"', exportHiddenCells: true, fileName: 'PnlTableee', htmlContent: true, preserveColor: true, preventInjection: false, });
In the function give exportHiddenCells:true
it will work for hidden rows also