Topic: MDBdatatable the "loadingMessage" custom doesn't work
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.)
Bartosz Cylwik staff answered a year ago
Hi, thank you for reporting this issue. I have added this to our to-fix list. Best Regards!
kissn0rbert pro premium priority answered a 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;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- 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