mwouts / itables

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

Long column names overlay #28

Closed yotammarton closed 2 years ago

yotammarton commented 2 years ago

image

Columns names should either show "aaa..." with option to hover or either be in the minimum width of the column name.

Thanks for this package :)

Lance628 commented 2 years ago

Any update? I am also facing this problem

mwouts commented 2 years ago

Hi, sorry it took me a long time to address this issue. Anyway, it turned to be an easy one: I just had to change the style for table th, see the PR above.

This is fixed in itables==0.4.1, cf this notebook that you can try directly on binder: image