Formatting.

This commit is contained in:
mike12345567 2021-02-16 18:47:25 +00:00
parent 66139b2b99
commit 89e4e4787e
1 changed files with 7 additions and 2 deletions

View File

@ -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}