Study/React
[React] MUI Table 특정 Row의 border 지우기
성으니:)
2023. 6. 7. 14:45
border를 지우고 싶은 Row에서 다음 코드 추가
sx={{ "& td": { border: 0 } }}
참고 사이트
https://stackoverflow.com/questions/57325232/how-to-remove-lines-between-cells-in-mui-table