mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
Closes #720
This commit is contained in:
parent
ae27bedf4c
commit
5fee13b2eb
5 changed files with 91 additions and 1 deletions
|
@ -2091,10 +2091,22 @@
|
|||
"fallback": "{header.value}",
|
||||
"slot_props": "{ header: DataTableNonEmptyHeader; }"
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"default": false,
|
||||
"fallback": "{description}",
|
||||
"slot_props": "{}"
|
||||
},
|
||||
{
|
||||
"name": "expanded-row",
|
||||
"default": false,
|
||||
"slot_props": "{ row: DataTableRow; }"
|
||||
},
|
||||
{
|
||||
"name": "title",
|
||||
"default": false,
|
||||
"fallback": "{title}",
|
||||
"slot_props": "{}"
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue