From 1ed700b78e8ab949e5a66f0db3d405d640a72264 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 1 Sep 2023 10:07:51 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 06ccbf00e..0e7ac6401 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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,