language.processing not working in angular 5

language.processing not working in angular 5

toson1003toson1003 Posts: 11Questions: 3Answers: 0

Hello !
I'm using SmartAdmin and Datatables
I'm need setting language.processing but it not working
my code :
options = {
language: {
processing: "DataTables is currently busy"
}
}

Please help me !

Replies

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    Happy to take a look at a test case showing the issue.

    Allan

  • toson1003toson1003 Posts: 11Questions: 3Answers: 0

    @allan Hello
    I want change text "Processing..." by other text
    I was use above code but can't change
    Do you know solution ?
    Thanks

  • toson1003toson1003 Posts: 11Questions: 3Answers: 0

    Hello
    I found solution :
    oLanguage: {
    "sProcessing": "orther text..."
    }
    Thanks !

This discussion has been closed.