mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2141 - Custom Table CSV Export Headers
This commit is contained in:
parent
026021e4cc
commit
ddfbd6c095
6 changed files with 25 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue