-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Translate in export #6628
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
Labels
Comments
Could you please provide a plunker of the issue? |
it's complicated to reproduce the exact table...sorry :/ |
I was able to create a plunker that reproduces the issue with a custom filter: |
ok resolve by :
|
defields923
pushed a commit
to defields923/ui-grid
that referenced
this issue
Oct 30, 2018
Ensured that when exporterHeaderFilter and exporterFieldCallback are not defined, that the exporter will respect the headerCellFilter and cellFilter attributes. fix angular-ui#6628, fix angular-ui#5377, fix angular-ui#5159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I want to export translated data, in my grid the translation is good, menu is good but in my csv no..
I use this :
My grid config
and example of columnDefs
and example of data :
The data in csv is
i18nKey: "referential.color.white"
Thx
The text was updated successfully, but these errors were encountered: