Topic: MDBDataTable footer hide
Muralidevx free asked 6 years ago
Could you please suggest me on how to hide MDBDataTable footer. its showing table header in footer too.
Anna Morawska staff answered 6 years ago
Hi,
Good question. For now, it's not provided for in Databale functionality, but you can esly achieve this effect by using css, for example like this:
tbody + thead{
display: none;
}
however we will add this feature to our TODO list, thank you for reporting this,
Best,
Ania
adeoye adela free commented 5 years ago
It works like magic thanks
Piotr Glejzer staff commented 4 years ago
you can use this in your CSS code.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.8.4
- Device: laptop
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: No