? can't get "Loading..." to stop showing up

? can't get "Loading..." to stop showing up

bflbfl 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!

Answers

  • allanallan Posts: 63,161Questions: 1Answers: 10,406 Site admin

    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

  • bflbfl Posts: 26Questions: 7Answers: 1

    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.

This discussion has been closed.