Customize dataTables_info message on server side processing ?
Customize dataTables_info message on server side processing ?
odf18
Posts: 3Questions: 2Answers: 0
Is it possible to change "Showing 1 to 25 of 30 entries" message when clicking on check box column and revert it back to previous when uncheck check box?
This discussion has been closed.
Answers
Hi @odf18 ,
Yep, take a look at the example here - this changes the message when the checkbox is clicked, and resets it when the checkbox is cleared. Any table draw will reset the message, so if you want to persist you'll need to add code into the
draw
handler too.Hope that does the trick,
Cheers,
Colin