I wanted to implement Lightning TreeGrid LWC component with no header row.
Tried Updating the CSS in inspect element
I was able to hide the header by modifying the Thead css as shown in the image from inspect element but not sure which class to use to achieve the same in the LWC CSS file.
Could you guys please help?