feat(data-table): add nonExpandableRowIds prop #861

This commit is contained in:
Eric Liu 2021-10-18 20:41:56 -07:00
commit cab576c335
4 changed files with 64 additions and 38 deletions

View file

@ -2287,6 +2287,17 @@
"constant": false,
"reactive": true
},
{
"name": "nonExpandableRowIds",
"kind": "let",
"description": "Specify the ids for rows that should not be expandable",
"type": "DataTableRowId[]",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "radio",
"kind": "let",