Update API doc

pull/5456/head
GitHub Actions Bot 2024-03-19 11:03:34 +00:00
parent 550ee31aa9
commit 6df07dfe1e
1 changed files with 2 additions and 2 deletions

View File

@ -20104,9 +20104,9 @@
"name": "globalFilterFields", "name": "globalFilterFields",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string[]", "type": "(string | Function)[]",
"default": "", "default": "",
"description": "Fields for global filter" "description": "An array of fields as string or function to use in global filtering."
}, },
{ {
"name": "filterLocale", "name": "filterLocale",