mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
parent
47866b1d51
commit
95a1dfa1af
6 changed files with 129 additions and 28 deletions
6
types/DataTable/DataTable.svelte.d.ts
vendored
6
types/DataTable/DataTable.svelte.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue