I am looking to configure column widths on a Material UI table using CSS, rather than within React with "classes." However, I am struggling to understand how the column widths are actually controlled. Despite trying to set widths on the TH columns, it does not seem to have an effect.
For reference, you can view an example here: Material UI table example (Refer to style.css)
My confusion lies in how the table column widths are managed on the "Simple Table" of the Material UI table: Simple table (notably, the first column appearing wider than the rest). How is this achieved?
I would greatly appreciate insights into how this mechanism functions and how I might adjust the settings accordingly.