Fixed #2141 - Custom Table CSV Export Headers

This commit is contained in:
Tuğçe Küçükoğlu 2022-02-11 12:13:45 +03:00 committed by Tuğçe Küçükoğlu
parent 026021e4cc
commit ddfbd6c095
6 changed files with 25 additions and 5 deletions

View file

@ -233,6 +233,12 @@ const ColumnProps = [
default: "true",
description: "Whether the column is included in data export."
},
{
name: "exportHeader",
type: "string",
default: "null",
description: "Custom export header of the column to be exported as CSV."
},
{
name: "hidden",
type: "boolean",