1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00

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 4a16d695ee
commit e0df3787ca

View file

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