Is there a way to update the background color of a Table Row? I attempted using "BackgroundColor" but didn't see any changes
Any suggestions on how to fix this issue?
<TableRow style={{ backgroundColor: "#FF0000" }}>
<TableCell>
<Button>All</Button>
</TableCell>
</TableRow>