Fixed #2395 - New exportFooter property for Exportable DataTable

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-10 16:22:48 +03:00
parent ef103e0e34
commit 1a43e8a6f2
5 changed files with 38 additions and 0 deletions

View file

@ -239,6 +239,12 @@ const ColumnProps = [
default: "null",
description: "Custom export header of the column to be exported as CSV."
},
{
name: "exportFooter",
type: "string",
default: "null",
description: "Custom export footer of the column to be exported as CSV."
},
{
name: "hidden",
type: "boolean",