Make view UI read only and limit rows to 10

This commit is contained in:
Andrew Kingston 2022-02-28 08:37:59 +00:00
parent 6aaa239c33
commit 75ef367ac2
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@
{data}
{loading}
{type}
allowEditing={!view?.calculation}
allowEditing={false}
rowCount={10}
bind:hideAutocolumns
>
<ViewFilterButton {view} />