Update DataTable.d.ts
parent
16a16e2759
commit
2419ec0a45
|
@ -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…
Reference in New Issue