Update API doc

pull/4016/head
GitHub Actions Bot 2023-06-02 11:18:02 +00:00
parent 1771b7b750
commit 69f184bd06
1 changed files with 24 additions and 0 deletions

View File

@ -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": []