Fixed #1278 - No exportFunction, it's called but not defined.

This commit is contained in:
Cagatay Civici 2021-07-26 11:26:00 +03:00
parent 003aec4247
commit c0e13b0cd9
3 changed files with 16 additions and 0 deletions

View file

@ -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",