https://dash.plotly.com/datatable
I want to select the value 289 and 1078
Hi,
Maybe I am wrong, but I believe dash_table
does not support selecting individual cells. One “hacky” alternative would be to implement the selection manually via a dcc.Store
component (plus conditional style) that gets updated at each new selection, but it might not work perfectly.