When using detailPanel option a new column will be added that contains an icon button.
How can I remove this extra column ?
Thank you
When using detailPanel option a new column will be added that contains an icon button.
How can I remove this extra column ?
Thank you
I think what you want is something like this:
.MuiTableCell-paddingNone {
display: none;
}