1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Merge pull request #4729 from Budibase/fix/view-ui

Make view UI read only and limit rows to 10
This commit is contained in:
Andrew Kingston 2022-02-28 12:10:23 +00:00 committed by GitHub
commit f64901756f

View file

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