Topic: hot to disable option in mdb datatable-2
Expected behavior Hi how to disable this-> Actual behavior
Resources (screenshots, code snippets etc.)
Mikołaj Smoleński staff answered 5 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.
Answered
- User: 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