From 69f184bd067d401f4a5b57f5867ec0ff19acd25f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 2 Jun 2023 11:18:02 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 9481be411..6ebc92226 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -13483,6 +13483,30 @@ "type": "DataTablePassThroughOptionType", "default": "", "description": "Uses to pass attributes to the reorder indicator down's DOM element." + }, + { + "name": "columnGroup", + "optional": true, + "readonly": false, + "type": "ColumnGroupPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the ColumnGroup helper components." + }, + { + "name": "row", + "optional": true, + "readonly": false, + "type": "RowPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the Row helper components." + }, + { + "name": "column", + "optional": true, + "readonly": false, + "type": "ColumnPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the Column helper components." } ], "methods": []