mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1278 - No exportFunction, it's called but not defined.
This commit is contained in:
parent
003aec4247
commit
c0e13b0cd9
3 changed files with 16 additions and 0 deletions
|
@ -197,6 +197,12 @@ const DataTableProps = [
|
|||
default: "download",
|
||||
description: "Name of the exported file."
|
||||
},
|
||||
{
|
||||
name: "exportFunction",
|
||||
type: "function",
|
||||
default: "null",
|
||||
description: "Custom function to export data."
|
||||
},
|
||||
{
|
||||
name: "autoLayout",
|
||||
type: "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue