Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 12, 2023
1 parent 692ddb7 commit ed37583
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15901,6 +15901,14 @@
"default": "",
"description": "ColumnGroup component for footer."
},
{
"name": "frozenRow",
"optional": true,
"readonly": true,
"type": "boolean",
"default": "",
"description": "Whether the row is frozen or not. Read-Only necessary for unstyled TypeScript definition."
},
{
"name": "frozenValue",
"optional": true,
Expand Down Expand Up @@ -18812,6 +18820,13 @@
"type": "string",
"description": "Width of the frozen part in scrollable DataTable."
},
{
"name": "frozenRow",
"optional": true,
"readonly": true,
"type": "boolean",
"description": "Whether the row is frozen or not. Read-Only necessary for unstyled TypeScript definition."
},
{
"name": "globalFilter",
"optional": true,
Expand Down

0 comments on commit ed37583

Please sign in to comment.