You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] bug report => Search github for a similar issue or PR before submitting
[X ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
When working with Datatable and use export functionality all columns are exported and there is no option (attribute) to exclude a column from exporting.
Angular version:
4.0.3
PrimeNG version:
4.0.2
The text was updated successfully, but these errors were encountered:
More export options like pdf and excel
State saving featuring across views
Cell Selection
Frozen Rows
is planned and i see that might be for 4.1.1 but I don't know how long major/minor patches take.
As a part of it I would also suggest an onExport callback be created in order to change the way the field is exported as well as changing the default export to use JSON.stringify() because currently objects are exported as [object: OBJECT] unless you explicitly implement .toString()
Also the csvSeparator field currently work the way you'd expect. yes it adds the separator in between each field but it does not at sep={yourSeparator} to the top of the file (as most csv parsers like excel would expect)
I'm submitting a ... (check one with "x")
Current behavior
When working with Datatable and use export functionality all columns are exported and there is no option (attribute) to exclude a column from exporting.
Angular version:
4.0.3
PrimeNG version:
4.0.2
The text was updated successfully, but these errors were encountered: