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 a6240a5725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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