filters improvements

This commit is contained in:
2023-11-17 20:21:45 +02:00
parent cfde3bf501
commit 794916b178
17 changed files with 387 additions and 241 deletions
@@ -18,6 +18,7 @@
export let modalUrl;
export let isWritable;
export let records;
export let graph;
export let systemFields = [];
// export let visibleFields = [];
@@ -151,6 +152,8 @@
value={v}
{inModal}
{modalUrl}
{records}
{graph}
{systemFields}
on:refresh
/>