lookup filters

This commit is contained in:
Jan Prochazka
2021-11-13 13:34:59 +01:00
parent 52e8831bcc
commit ea1208d0ad
5 changed files with 117 additions and 4 deletions

View File

@@ -59,6 +59,7 @@
let:row
type="checkbox"
slot="1"
disabled={$tableInfo?.primaryKey?.columns?.find(x => x.columnName == row.columnName)}
checked={parseDelimitedColumnList($values.columns).includes(row.columnName)}
on:change={e => {
$values = {