Update API doc

pull/4377/head
GitHub Actions Bot 2023-09-01 10:07:51 +00:00
parent 5990f1fc0a
commit 1ed700b78e
1 changed files with 32 additions and 0 deletions

View File

@ -16233,6 +16233,14 @@
"default": "",
"description": "Used to pass attributes to the rowgroup header's DOM element."
},
{
"name": "rowGroupHeaderCell",
"optional": true,
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the rowgroup header cell's DOM element."
},
{
"name": "bodyRow",
"optional": true,
@ -16249,6 +16257,14 @@
"default": "",
"description": "Used to pass attributes to the row expansion's DOM element."
},
{
"name": "rowExpansionCell",
"optional": true,
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the row expansion cell's DOM element."
},
{
"name": "rowGroupFooter",
"optional": true,
@ -16257,6 +16273,14 @@
"default": "",
"description": "Used to pass attributes to the rowgroup footer's DOM element."
},
{
"name": "rowGroupFooterCell",
"optional": true,
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the rowgroup footer cell's DOM element."
},
{
"name": "emptyMessage",
"optional": true,
@ -16265,6 +16289,14 @@
"default": "",
"description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "emptyMessageCell",
"optional": true,
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the empty message cell's DOM element."
},
{
"name": "tfoot",
"optional": true,