mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
#1449 emit select event on checkbox or radio button activity
This commit is contained in:
parent
e94646c4e7
commit
3da1dd506b
3 changed files with 10 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