-
Notifications
You must be signed in to change notification settings - Fork 92
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
Show tables scrollable on mobile #2412
Comments
First, thank you for adding table support! This is a fantastic feature for my organization! I propose adding horizontal scrolling for all screen sizes. I was already using tables with the "plain text editor" application, but the first one I opened with this application after upgrading to NC 24 had a wide left margin, because the table is left aligned with the text area which is centered and 648 wide even though my display is 1920x1080, and the right edge was well past the right edge of the screen. I also noticed that if I tab my way across the columns, it will show the last columns, but when I wrap around to the first column again, it does not return the table to it's original position. I actually can't see the first column at this point. Maybe that is a Firefox bug? An important consideration for any fix is to utilize the entire available screen width effectively. I don't know how complicated that would be, given the document is contained in the narrower than my display div.ProseMirror. My HTML/CSS is pretty limited, but I think it's clear what I'm proposing? Horizontal scrolling the whole document could also benefit plain text where, at the moment, lines are not wrapped so long lines have the same problem as tables. my browser: Firefox 101.0 |
Open this on mobile to see how github has done it: |
Fixes: #2412 Signed-off-by: Jonas <[email protected]>
Fixes: #2412 Signed-off-by: Jonas <[email protected]>
Fixes: #2412 Signed-off-by: Jonas <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
Fixes: #2412 Signed-off-by: Jonas <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
Fixes: #2412 Signed-off-by: Jonas <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
Fixes: #2412 Signed-off-by: Jonas <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
On small screens it's hard to see the table contents.
Maybe it's possible the make the table scrollable?
The text was updated successfully, but these errors were encountered: