79212101

Date: 2024-11-21 16:31:54
Score: 1
Natty:
Report link

I was trying to fix this issue today when I was using Material React Table that wraps around MUI Table. There is an elevation prop that needs to be passed into the table paper component.

Mui table elevation docs

For people using Material React Table, this prop will be required to be passed into the table:

muiTablePaperProps: {
        elevation: 0,
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: TajBanana