mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
refactor(table-row): remove unused prop
This commit is contained in:
parent
73036aea4a
commit
d8104d9c48
4 changed files with 135 additions and 158 deletions
|
@ -1020,6 +1020,8 @@ No forwarded events.
|
|||
- `on:click`
|
||||
- `on:click:header`
|
||||
- `on:click:row`
|
||||
- `on:mouseenter:row`
|
||||
- `on:mouseleave:row`
|
||||
- `on:click:row--expand`
|
||||
- `on:click:cell`
|
||||
|
||||
|
@ -4594,9 +4596,7 @@ import { TableRow } from "carbon-components-svelte";
|
|||
|
||||
### Props
|
||||
|
||||
| Prop name | Type | Default value | Description |
|
||||
| :--------- | :------------------- | :------------ | :------------------------------- |
|
||||
| isSelected | <code>boolean</code> | `false` | Set to `true` to select the row. |
|
||||
No exported props.
|
||||
|
||||
### Slots
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue