mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
lookup filters
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user