I am facing difficulties in styling the DevExtreme React Grid, which I found from their documentation here.
Here is the sample code that I copied from another repository. I have a few questions:
How can I have complete control over the styling? I noticed the
<Table>
component, but is there a way to add classes to<th>, <td>
? I would like to apply custom styles for font size or hover effects.I struggled with changing the table header to be bold and have a different background color. This is using Material UI.
After adding the Fixed Columns method for scrolling my table, the style does not match the rest of the table rows. It changes to an all-white background instead of alternating grey and white rows.
When I hover over a row, I would like it to change to a different color.
Thank you for any assistance you can provide!