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

fix: Do not take into account non exportable fields for csv separators #14416

Merged

Conversation

Cr3aHal0
Copy link
Contributor

Fixes #14248

Current behavior

Exporting a table with 3 columns while the last one is not exportable will still print a csvSeparator after the 2nd column, leading into an empty column in most CSV viewers.

New behavior

Only exportable columns will be taken into account while considering printing csvSeparator.

Copy link

vercel bot commented Dec 20, 2023

@Cr3aHal0 is attempting to deploy a commit to the primetek Team on Vercel.

A member of the Team first needs to authorize it.

@cetincakiroglu cetincakiroglu merged commit 34b177a into primefaces:master Jan 4, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

Exporting p-table with non exportable columns may lead in unecessary ending csvSeparator
2 participants