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:header--select
event (#1453)
* feat(data-table): dispatch `on:click:header--select` event * Run "yarn build:docs"
This commit is contained in:
parent
e2a90005b9
commit
f794cb5312
4 changed files with 16 additions and 0 deletions
|
@ -2647,6 +2647,11 @@
|
|||
"name": "click:header",
|
||||
"detail": "{ header: DataTableHeader; sortDirection?: \"ascending\" | \"descending\" | \"none\" }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:header--select",
|
||||
"detail": "{ indeterminate: boolean; selected: boolean; }"
|
||||
},
|
||||
{ "type": "dispatched", "name": "click:row", "detail": "DataTableRow" },
|
||||
{
|
||||
"type": "dispatched",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue