language.processing not working in angular 5
language.processing not working in angular 5
toson1003
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 !
This discussion has been closed.
Replies
Happy to take a look at a test case showing the issue.
Allan
@allan Hello
I want change text "Processing..." by other text
I was use above code but can't change
Do you know solution ?
Thanks
Hello
I found solution :
oLanguage: {
"sProcessing": "orther text..."
}
Thanks !