portal test - import Chinook DB

This commit is contained in:
SPRINX0\prochazka
2025-01-07 10:30:26 +01:00
parent bf92943a6a
commit e3cd01aa2e
9 changed files with 15958 additions and 24 deletions

View File

@@ -34,6 +34,7 @@
export let disableBoldScroll = false;
export let filter = null;
export let disableHover = false;
export let divProps = {};
$: isChecked =
checkedObjectsStore && $checkedObjectsStore.find(x => module?.extractKey(data) == module?.extractKey(x));
@@ -109,6 +110,7 @@
on:dragend
on:drop
bind:this={domDiv}
{...divProps}
>
{#if checkedObjectsStore}
<CheckboxField