How can I add a CSS class for particular column directly to TD element ?
Sometimes it's needed.
I will look at it to find a solution
If your data is dynamic then you will have to do it programmatically. You can do this by creating a stylesheet and modify the classes that the column uses. Use css pseudo classes to pinpoint td cells. Refer to this doc to find the class.
If you just want to change the column styling then refer the the material-table doc
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.
Most helpful comment
I will look at it to find a solution