mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update DataTable.d.ts
This commit is contained in:
parent
16a16e2759
commit
2419ec0a45
1 changed files with 1 additions and 1 deletions
2
components/lib/datatable/DataTable.d.ts
vendored
2
components/lib/datatable/DataTable.d.ts
vendored
|
@ -956,7 +956,7 @@ export interface DataTableProps {
|
|||
/**
|
||||
* Custom function to export data.
|
||||
*/
|
||||
exportFunction?(options: DataTableExportFunctionOptions): any;
|
||||
exportFunction?: (options: DataTableExportFunctionOptions) => any;
|
||||
/**
|
||||
* When enabled, columns can be resized using drag and drop.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue