Export hidden column not working
Opened this issue · 1 comments
senobarii commented
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.
venkatcharan-13 commented
$('#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