mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2395 - New exportFooter
property for Exportable DataTable
This commit is contained in:
parent
ef103e0e34
commit
1a43e8a6f2
5 changed files with 38 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue