zhihanyue / qgridnext

Advancing QGrid, an interactive grid for exploring DataFrames in JupyterLab/Notebook
https://qgridnext.readthedocs.io
Apache License 2.0
19 stars 1 forks source link

The last row is partially cut off when using customized grid_options #8

Open auriz24 opened 3 weeks ago

auriz24 commented 3 weeks ago

Environment

Description of Issue

The last row is partially cut off when using customized grid_options such as disabling column autofit, {'forceFitColumns': False}.

Examples:

image A large dataset (100 rows, 30 columns)

image A smaller dataset (100 rows, 3 columns)

Reproduction Steps

  1. Disable column autofit, qgrid.show_grid(..., grid_option={'forceFitColumns': False}).

What steps have you taken to resolve this already?

Not applicable.

Anything else?

Not applicable.