Is it possible to have the following snippet download tree data that is visible on expanding rows?
const options = {
exportButton: true,
exportAllData: true,
};
Actual: Setting exportAllData: true, only applies to data that is paginated and not parent-child tree nesting
Thanks!
I will work on exporting according to grouping or tree features. But now i am focused on bugs.
UP
Very useful feature
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.
I am still having this problem. When I group, the data does not show up on export
I am trying to export parent and child rows from material table with react
options={{
exportAllData:true,
exportButton: true,
}}
but still it is only exporting parent rows in csv. Please help me out with this issue
I have the same issue :(
Try using kendo grid
On Tue 24 Nov, 2020, 4:08 AM Gabriela, notifications@github.com wrote:
I have the same issue :(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/mbrn/material-table/issues/718#issuecomment-732466733,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AC2C6KCC66WI2CS2JSXOPQLSRLP6RANCNFSM4HX3B24A
.
Most helpful comment
I will work on exporting according to grouping or tree features. But now i am focused on bugs.