Processing message not showing correctly

Processing message not showing correctly

dashtondashton Posts: 1Questions: 1Answers: 0

Hello,

DataTable is set to show a specific processing message, but it displays a default one.

`

            language: {

                url: "//cdn.datatables.net/plug-ins/1.10.20/i18n/French.json",

                "processing": "<i id='processingIcon' class='fa fa-cog fa-spin fa-2x'></i>",

            },

`

It just shows "Processing..." (in french) instead of my i tag, I think that the message is getted from "French.json" file. Can I overrite it ? I can't remove the url because I need it to translate my table.

Thank's in advance !

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    This thread, and this here, should help, they're asking the same thing.

    Cheers,

    Colin

This discussion has been closed.