Open
Description
If I use a FunctionField in the datagrid, for example:
<FunctionField label="resources.requests.fields.estimate" render={record => "$" + (record.airfare + record.transport + record.hotel + record.meals + record.conf_ticket + record.other)} />
I cannot choose to show/hide this field. Please add support to treat FunctionFields like any column in the table.
Metadata
Metadata
Assignees
Labels
No labels