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