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

@ -131,6 +131,12 @@ export interface DataTableProps
*/
selectedRowIds?: DataTableRowId[];
/**
* Specify the ids of rows that should not be selectable
* @default []
*/
nonSelectableRowIds?: DataTableRowId[];
/**
* Set to `true` to enable a sticky header
* @default false