mito
mito copied to clipboard
How to show the full rows in Mitosheet
I am using mitosheet in streamlit.
My data has 2000+rows, but mitosheet only show part of them.
Is there a mothod to control this?
@mwang08 thanks for the bug report! Currently, there is no way to configure this -- but we have seen a few users request this recently.
This should be a relatively easy fix. The solution is just:
- Add a
max_displayed_frontend_rowsparameter to the Mito backend. - Allow you to pass it through in Streamlit, Dash, and JupyterLab.
- Change all references to
1500to this parameter.
Thanks for the bug report! We will get to this soon.
This is kinda important, my software append statistics rows like max/min/count at the very end Cannot delete if one cannot see, so they still have to use excel to remove them first.