How to show the standard "Loading..." message ?

How to show the standard "Loading..." message ?

mpoirier101mpoirier101 Posts: 3Questions: 3Answers: 0

I have seen the effect of using Processing: true, but I would like to be able to display the standard "Loading..." message like in the initial data loading...

Is this possible ?

Thanks !

Answers

  • reinrein Posts: 12Questions: 3Answers: 0

    Please try to add this to your DataTable code.

    table = tblReport.DataTable({
    "language": {
    "processing": 'Loading...'
    }
    });

    Let me know if it works.

This discussion has been closed.