mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
alter table
This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
export let title;
|
||||
export let clickable;
|
||||
export let onRemove = null;
|
||||
export let onAddNew = null;
|
||||
</script>
|
||||
|
||||
<ObjectListControl
|
||||
{collection}
|
||||
{title}
|
||||
{onAddNew}
|
||||
{clickable}
|
||||
on:clickrow
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user