How to set gap between columns in react MUI Table
Hello I have this component in my react project and it contains a table with Matrial UI table , the problem is I wanrt to fix gap between columns with ‘2.8125rem’ size, I used columngap property in sx of Table but unfortunately it didn’t work, I appreciate any help:
the code is: