Hey guys! How would you add dbc.Switch() to a DataTable so that a boolean column is visualized by switches instead of “true” or “false”? Is that even possible? Thanks!
At this time, you can’t put components in DataTable cells. A workaround is to use an HTML Table.
1 Like