mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs(data-table): use batchExpansion for non-expandable rows example [ci skip]
This commit is contained in:
parent
bebc4974c3
commit
3461050778
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DataTable
|
<DataTable
|
||||||
expandable
|
batchExpansion
|
||||||
nonExpandableRowIds="{rows
|
nonExpandableRowIds="{rows
|
||||||
.filter((row) => row.port < 3000)
|
.filter((row) => row.port < 3000)
|
||||||
.map((row) => row.id)}"
|
.map((row) => row.id)}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue