Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make view UI read only and limit rows to 10 #4729

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

aptkingston
Copy link
Member

Description

This PR makes the view data UI readonly, in that you can't edit rows or columns. I believe this was always the intended functionality, but at some point we must have opened this up accidentally.

I've also limited the view UI to show 10 rows at once before the table scrolls (the same as the table UI) as otherwise the table will never scroll vertically, which in turn makes it very hard to scroll horizontally if required.

Fixes #4723.

@aptkingston aptkingston merged commit a6240a5 into master Feb 28, 2022
@aptkingston aptkingston deleted the fix/view-ui branch February 28, 2022 12:10
@github-actions github-actions bot locked and limited conversation to collaborators Feb 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants