diff --git a/src/DataTable/DataTable.svelte b/src/DataTable/DataTable.svelte index dc180328..1585656d 100644 --- a/src/DataTable/DataTable.svelte +++ b/src/DataTable/DataTable.svelte @@ -497,13 +497,15 @@ parentRowId = null; }}" > - -
- -
-
+ {#if expandedRows[row.id] && !nonExpandableRowIds.includes(row.id)} + +
+ +
+
+ {/if} {/if} {/each}