Extend exportFunction (csv) with the whole record #2209
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Hi,
while trying to use the exportCSV function I encountered an issue with the exportFunction. The current implementation of the exportFunction has the field and the cellData as a parameter. To export my table I need to have access to the whole record, because my data is nested in an array (cellData returns null and my exportFunction isn't called). I created a patch for
[email protected]
to solve this issue.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: