Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export hidden column not working #116

Open
senobarii opened this issue Oct 22, 2020 · 1 comment
Open

Export hidden column not working #116

senobarii opened this issue Oct 22, 2020 · 1 comment

Comments

@senobarii
Copy link

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
Copy link

$('#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants