plotly / dash-table

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

Fix mismatched heights on row_selectable/row_deletable columns. #654

Closed shammamah-zz closed 4 years ago

shammamah-zz commented 4 years ago

Closes #649.

Before:

Screen Shot 2019-11-27 at 10 52 37 AM

After:

Screen Shot 2019-11-27 at 10 51 16 AM
shammamah-zz commented 4 years ago

Closing this PR as it will most likely require a more involved process to deal with the performance issues that this introduces (I suspect that the main culprit is the multiple calls to this.stylesheet.setRule, since it sets only one rule at a time.

What was changed/added in this PR: