Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-12 19:06:10 -08:00
commit c25b83f890
3 changed files with 18 additions and 0 deletions

View file

@ -2367,6 +2367,17 @@
"constant": false,
"reactive": true
},
{
"name": "nonSelectableRowIds",
"kind": "let",
"description": "Specify the ids of rows that should not be selectable",
"type": "DataTableRowId[]",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "stickyHeader",
"kind": "let",