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 #14249

Closed
wants to merge 0 commits into from

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 Nov 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Nov 29, 2023 4:58pm

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
1 participant