mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
730 stars 54 forks source link

ScrollX = True causes unaligned header in some cases #110

Closed mwouts closed 1 year ago

mwouts commented 1 year ago

Tables with few columns are not properly rendered on Jupyter Book, cf. this example: https://mwouts.github.io/itables/sample_dataframes.html#bool

image

Also, scrolling in X does not scroll the header (unless we set FixedHeader=False and maybe also FixedColumns=False)