Formatting.
This commit is contained in:
parent
66139b2b99
commit
89e4e4787e
|
@ -50,7 +50,12 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<Table title={decodeURI(name)} schema={view.schema} {data} {loading} bind:hideAutocolumns>
|
||||
<Table
|
||||
title={decodeURI(name)}
|
||||
schema={view.schema}
|
||||
{data}
|
||||
{loading}
|
||||
bind:hideAutocolumns>
|
||||
<FilterButton {view} />
|
||||
<CalculateButton {view} />
|
||||
{#if view.calculation}
|
||||
|
|
Loading…
Reference in New Issue