plotly / dash-table

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

Anyone has been able to use the pattern match id for the datatable? #757

Closed xumiao closed 4 years ago

xumiao commented 4 years ago

The latest Dash supports a pattern match id to work with the dynamic component loading.

id={'type': 'datatable', 'index': '234234'}

However it does not seem to work with dash table for now. Any pointers?

Thanks.

Marc-Andre-Rivet commented 4 years ago

@xumiao It's broken. The issue is described in more details here: https://github.com/plotly/dash/issues/1194

To be fixed in the next release.

xumiao commented 4 years ago

@Marc-Andre-Rivet Thanks for the pointer.