perspective sorting

This commit is contained in:
Jan Prochazka
2022-07-31 12:10:56 +02:00
parent 7694864fe7
commit 452dba7f32
8 changed files with 230 additions and 32 deletions

View File

@@ -79,7 +79,7 @@
</div>
<svelte:fragment slot="2">
<PerspectiveTable {root} {loadedCounts} {setConfig} />
<PerspectiveTable {root} {loadedCounts} {config} {setConfig} />
</svelte:fragment>
</HorizontalSplitter>