plotly / dash-table

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

Re-render on changes to undefined props #785

Closed Marc-Andre-Rivet closed 4 years ago

Marc-Andre-Rivet commented 4 years ago

For callback chain testing purposes. Also fixes a bug that causes the table to not re-render when a prop goes from being undefined -> defined.

Marc-Andre-Rivet commented 4 years ago

@alexcjohnson With https://github.com/plotly/dash/pull/1254 merged, the fix is now necessary.