plotly / dash-table

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

max-width in cells no longer works #743

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

In the documentation, we have a section about how to set the maxWidth of a cell so that it will expand up to that width and otherwise overflow.

These examples no longer work - the Region column is 210px instead of 180px.

image

When we fix this, let's update our visual tests to match this example from the docs.

cc @Marc-Andre-Rivet

chriddyp commented 4 years ago

And once this works again, let's make sure to add the examples back to the documentation. Since it no longer works, I've removed them in https://github.com/plotly/dash-docs/commit/b6f51c039281893ade5d2058e12a064996943865.

MEstlander commented 2 years ago

Is there any fix or workaround?