mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(data-table): dispatch on:click:row--select
event (#1450)
This commit is contained in:
parent
60ce334859
commit
30487128b3
4 changed files with 14 additions and 0 deletions
|
@ -2663,6 +2663,11 @@
|
|||
"name": "click:row--expand",
|
||||
"detail": "{ expanded: boolean; row: DataTableRow; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:row--select",
|
||||
"detail": "{ selected: boolean; row: DataTableRow; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:cell",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue