-1

When using detailPanel option a new column will be added that contains an icon button.

enter image description here

How can I remove this extra column ?

Thank you

angus
  • 3,210
  • 10
  • 41
  • 71

1 Answers1

0

I think what you want is something like this:

.MuiTableCell-paddingNone {
    display: none;
}
JKD
  • 1,279
  • 1
  • 6
  • 26
  • Hello Deni, Your input is working but now the onclick is not working. https://codesandbox.io/s/naughty-beaver-zh3gz?file=/src/Table.jsx – angus Jan 25 '21 at 15:28