Topic: MDBdatatable the "loadingMessage" custom doesn't work
Riva priority asked 1 year ago
Expected behavior using MDBdatatable, set the "loadingMessage" properties to "Loading...." should change the loading message
Actual behavior the loadingMessage still shows the default one"loading results..."
Resources (screenshots, code snippets etc.)
kissn0rbert priority answered 1 year ago
I had to make a CSS hack workaround for it to work. in after pseudoelement I replaced the text to the localised text
.table p.text-center{
visibility: hidden;
}
.table p.text-center:after {
content: 'Adatok betöltése...';
visibility: visible;
display: block;
position: relative;
top: -20px;
}
Bartosz Cylwik staff answered 1 year ago
Hi, thank you for reporting this issue. I have added this to our to-fix list. Best Regards!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Vue
- MDB Version: MDB5 4.0.0
- Device: thinkpad
- Browser: chrome
- OS: windows
- Provided sample code: No
- Provided link: No