column editor dialog

This commit is contained in:
Jan Prochazka
2021-06-10 12:48:03 +02:00
parent 3ad665f80b
commit 697a9438c6
5 changed files with 82 additions and 6 deletions

View File

@@ -4,10 +4,11 @@
export let label;
export let name;
export let disabled;
export let disabled = false;
export let templateProps = {};
const { template, setFieldValue, values } = getFormContext();
</script>
<svelte:component