Is language.zeroRecords accessible through the API?
Is language.zeroRecords accessible through the API?
I found that the language.zeroRecords option could be set upon initialization. I would like to create a dynamic zeroRecords message. Is it possible to update the zeroRecords value through the API? Or are there other means by which I could make a dynamic language.zeroRecords value that can change after initialization?
I looked, but didn't see any resources on this topic. If it is possible, could someone point me in the right direction?
This question has an accepted answers - jump to answer
Answers
Sorry - at this time none of the language strings can be dynamically altered after initialisation. Something I would like for a future version...
Allan
OK, thanks for the response allan.
It's simple enough for me to create a custom zeroRecords message in a separate div and show/hide the custom zeroRecords message and DataTable as appropriate.