? can't get "Loading..." to stop showing up
? can't get "Loading..." to stop showing up
bfl
Posts: 26Questions: 7Answers: 1
I'm using angular datatables, and can't seem to figure out how to prevent the "Loading..." thing from showing up... I've set the language and scroller settings, but it still shows the text.
.withOption("language", {
search: "Locate",
loadingRecords: "..."
})
.withOption("scroller", {
loadingIndicator: false
});
Is there something else potentially at play here?
Thanks!
This discussion has been closed.
Answers
If
Loading...
isn't going away, it suggests a Javascript error is happening. If you have a look at your browser's console, does it show any errors?Regards,
Allan
Hey Allan
Not seeing any errors there. Will keep poking at it - I'm guessing I'm missing something trivial with the configuration. I'm using a different way to use datatables with angular datatables on a few other pages and not having any issues.