Topic: hot to disable option in mdb datatable-2
Mbrkzn free asked 4 years ago
Expected behavior Hi how to disable this-> Actual behavior
Resources (screenshots, code snippets etc.)
Add comment
Mikołaj Smoleński staff answered 4 years ago
Since there is no property for this I recommend to hide the element using it's class:
<style>
.dataTables_info {
display: none !important;
}
</style>
Best regards
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 6.6.0
- Device: PC
- Browser: chrome
- OS: windows 10
- Provided sample code: No
- Provided link: No