plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Scroll bar removal #5

Closed TomMalkin closed 6 years ago

TomMalkin commented 7 years ago

I'm not sure if this has been done somewhere, or if it's related to "row_scroll_timeout", but it would be good if there a way to edit the height of the table or remove the vertical scroll bar in the table, i.e. have it span across x rows rather than a set amount or a set height

chriddyp commented 6 years ago

@Harlekuin - did you end up finding a solution to this?

TomMalkin commented 6 years ago

@chriddyp I did - I simply leveraged the number of rows with the header_row_height and row_heights to set the min_height parameter (which causes the scroll bar to disappear). I thought this might not be an issue any more given it's pretty simple to get the exact height you're after using existing parameters.