Update API doc
parent
2419ec0a45
commit
8c60b0084d
|
@ -16828,6 +16828,13 @@
|
|||
"default": "download",
|
||||
"description": "Name of the exported file."
|
||||
},
|
||||
{
|
||||
"name": "exportFunction",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "resizableColumns",
|
||||
"optional": true,
|
||||
|
@ -17069,20 +17076,7 @@
|
|||
"description": "When enabled, it removes component related styles in the core."
|
||||
}
|
||||
],
|
||||
"methods": [
|
||||
{
|
||||
"name": "exportFunction",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "options",
|
||||
"optional": false,
|
||||
"type": "DataTableExportFunctionOptions"
|
||||
}
|
||||
],
|
||||
"returnType": "any",
|
||||
"description": "Custom function to export data."
|
||||
}
|
||||
]
|
||||
"methods": []
|
||||
},
|
||||
"DataTableSlots": {
|
||||
"description": "Defines valid slots in DataTable component.",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.33.0",
|
||||
"version": "3.33.1-SNAPSHOT",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "primevue",
|
||||
"version": "3.33.0",
|
||||
"version": "3.33.1-SNAPSHOT",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue