Dash DataTable radio button sizing

I was able to finally figure it out, for anyone else that finds this looking for an answer, you can update the table’s css with:

{'selector':'.dash-spreadsheet-container input','rule':'transform: scale(1.5)'}
1 Like