Fullscreen in Run mode
Opened this issue · 4 comments
Description
In edit mode, there is this nice 'Fullscreen' button on each cell, which helps when viewing e.g. a large table.
Suggested solution
A 'Fullscreen' button would also be nice in Run mode.
Alternative
No response
Additional context
No response
I would be bit wary of cluttering up the app view with fullscreen icons. Is this just for the table? I think we can add an option just on the table in a dropdown
I understand that point, and I am not sure, what would be best.
Recently I came around the pygwalker in Marimo and for that a fullscreen would also be better. So there might be a couple of views that could have a benefit.
The false-positives might be far greater (a slider that or input box that offers fullscreen) and could be confusing to the end-user.
I think we can start off with tables, and maybe pygwalker
themselves can support fullscreen. Another option would be to show it on all iframes/images
pygwalker is a component, which can be used in any size of container, even inside modal or tooltip.
Full screen implementation can easily be done with a general container, like modal, not specially implementation for different components.
If it is not easy to design a general fullscreen mode container in marimo, we can make a specially one for pygwalker.marimo
api.