plotly / dash-table

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

Dash DataTable with RadioButton as cell content #829

Open TomRoger opened 3 years ago

TomRoger commented 3 years ago

I’m trying to create a table containing players, games and a set of configurations that can be toggled on/off. The ideal would be to use a Dash DataTable with RadioButtons (similar as for DropDowns). Is this possible? Any ideas on how to achieve this? Screenshot 2020-09-16 at 23.27.41

Screenshot 2020-09-16 at 23 27 41

The example shown is created with “standard” HTML table, but as the list can be very long I need it to be scrollable and flexible similar to a DataTable.