I am exploring the world of Material UI React data grid for the first time, and I am looking to add a unique background color to only the initial three rows. Each row should have a different color scheme that remains static, without any interactions triggering the change. Is there a method to target individual rows and apply custom background colors through my SCSS file?
In addition, I am curious about extending column separators in order to fill out the entire data grid. If you have any insights on this subject, please share!
Thank you in advance for your assistance!