mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
run "yarn build:docs"
This commit is contained in:
parent
1d861bd924
commit
4c65906cf6
3 changed files with 15 additions and 10 deletions
|
@ -2429,7 +2429,7 @@
|
|||
"name": "cell",
|
||||
"default": false,
|
||||
"fallback": "{cell.display ? cell.display(cell.value) : cell.value}",
|
||||
"slot_props": "{ row: DataTableRow; cell: DataTableCell; }"
|
||||
"slot_props": "{ row: DataTableRow; cell: DataTableCell; rowIndex: number; cellIndex: number; }"
|
||||
},
|
||||
{
|
||||
"name": "cell-header",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue