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!