plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

fixed_rows isn't working with fixed column widths #775

Closed chriddyp closed 4 years ago

chriddyp commented 4 years ago

This might be a regression. Using Dash 1.12.0

Originally reported here: https://community.plotly.com/t/dash-1-12-datatable-format-issues-when-using-fixed-header/39120

image

Columns should be fixed at 180px, but instead they are responsive:

resize

This example was taken from the latest widths chapter. cc @Marc-Andre-Rivet

chriddyp commented 4 years ago

Fixed in https://github.com/plotly/dash-table/pull/793