Merge pull request #4729 from Budibase/fix/view-ui
Make view UI read only and limit rows to 10
This commit is contained in:
commit
a6240a5725
|
@ -57,7 +57,8 @@
|
|||
{data}
|
||||
{loading}
|
||||
{type}
|
||||
allowEditing={!view?.calculation}
|
||||
allowEditing={false}
|
||||
rowCount={10}
|
||||
bind:hideAutocolumns
|
||||
>
|
||||
<ViewFilterButton {view} />
|
||||
|
|
Loading…
Reference in New Issue