I know one can easily change the default config for empty message during the table init.
DTDefaultOptions.setLanguage({sEmptyTable:' custom'})
I have a page where I reload the table content from a http call and promise when based on user changing filtering parameters. I was wondering if it's possible to change the empty message so that the text reflects error in http call and no results in the database.
It looks like the code is static.How could I extend the native angular-datatables code to allow changing the empty message after table initialisation.