Topic: Reactjs-MDBDataTableEditable
Expected behavior Hi, I want to remove the sorting column
Actual behavior MDBDataTableEditable
Resources (screenshots, code snippets etc.)
i tried with the prop sorting={false} but doesn't work
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.16.0
- Device: Laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Tags
Related topics
Sam Mtz commented 5 years ago
i achived update the css rule
.table-editable tr td:nth-child(6), .table-editable th:nth-child(6) { display: none; }