Friday, September 20, 2013

Display / Hide / Update processing message in jQuery Datatables

You can display / update the processing message displayed by Datatables. There is a hidden div which contains the processing text. Id of the hidden div is "YourTablesId_processing".
By hiding / showing div you can hide / show the processing message also by updating divs HTML you can change the processing message.
This demo shows how to display / hide / update the processing message in Datatables.

No comments:

Post a Comment