Custom Row Export
Usage#
info
This section explains how to use the CSV exporter package @material-table/exporters in combination with the exportTransformer to manipulate column values.
This will result in a csv file, that exports the data with all names being uppercase.
THis can be used to either transform existing data, merge data points or even generate data for the column from outside sources.
