-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Form Field data in mat-table is not present in Exported document #94
Comments
Commenting as facing the same issue |
@abhip5369 "Also is there a way to ignore any particular row in mat-data-table while exporting ?" - have you tried using |
@ccosmincc Can you provide a stackbliz example for using Also https://stackblitz.com/edit/mte-demo-1thybv?file=src/app/app.component.html |
@abhip5369 |
I am using Angular 8 & on official doc , its written : Is it possible to back propagate this feature ? |
Hi @abhip5369 unfortunatelly we are not planning to support prior major versions with the latest features.. |
Thanks @HalitTalha . Could we expect the above requested feature of having form fields data in the exported sheets in coming releases ? |
@abhip5369, yes sure it will. However I can not give an exact time for now. |
Hi,
I am having some form fields in my mat-data-table, which user can fill in runtime, however on export the fields are coming as blank.
Below is the stackbliz of the same :
https://stackblitz.com/edit/mte-demo-dwz9uo?file=src/app/app.component.html
Also is there a way to ignore any particular row in mat-data-table while exporting ?
I have a "No Data present" row in my table which gets conditionally displayed in case there in no data from backend, but this row comes in exported doc irrespective of data is present or not.
The text was updated successfully, but these errors were encountered: