-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Pinned columns are not included in export of visible data. #3888
Comments
I've also encountered this bug during csv exporting. Windows 7 |
I suspect the problem is that visible data is exported from the body container. It needs modifying to export left (if present), then body, then right (if present). |
fix(export): Included pinned columns in export of visible data. Fixed issue #3888.
could you please tell me how to fix this? I need that |
This should be taken care of in the most recent release (3.0.6). If its not please feel free to reopen. |
Thank you @JLLeitschuh for the status update and resolution. I'll try it out and report back in the coming days. |
My apologies for the delay. I've updated to version 3.1.1 in my app and I can confirm that I can now export visible data for pinned columns. |
I have encountered a bug when the "Export visible data to csv" option in the grid menu is chosen when the grid is using pinned columns. The problem is that if you have either the 'pinnedRight' or 'pinnedLeft' columndef options set, and choose the option 'Export visible data to csv" in the grid menu, the pinned columns will not be exported to CSV.
I tried the following to resolve the issue:
For both attempts listed above, I verified that this issue was due to the pinning properties, by removing the 'pinnedRight' and 'pinnedLeft' properties and sure enough, once removed, the columns exported just fine with the 'Export visible data to csv'
Based off the pinning tutorial, I created a plunker example showcasing the issue which you can view here.
I first noticed this issue on my development machine, which is running the following:
Windows 7 Enterprise
UI-Grid: v3.0.0-rc.22
Angular: 1.3.16
Browsers:
Notes:
The text was updated successfully, but these errors were encountered: