-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Setting custom excelExportOptions.filename is not working for excelExport #655
Comments
it is indeed a bug, will look at it after the holidays, however I fixed it in my other lib in the referenced PR |
Thank you. I will try but I am on holidays too at the moment. |
fix(exports): should be able to change export file name, fixes #655
This is now fixed and released in the new version Cheers ⭐ |
Thank you so much! |
I'm submitting a Bug report
Your Environment
Describe the Bug
Steps to Reproduce
Expected Behavior
When we set custom filename in excelExportOptions, and click on Export to excel from context menu or hamburger menu, the downloaded file name should be the custom name that is being set.
Current Behavior
Possible Solution
It seems to be happening because there is a hardcoded file name as export , (where as it should be picking the name from exportoptions is it is set there by the user)in angular-sclickgrid.js file file in executeGridMenuInternalCustomCommands() method for below:
and also is there for the context menu click method too:
Code Sample
The text was updated successfully, but these errors were encountered: