Customize dataTables_info message on server side processing ?

Customize dataTables_info message on server side processing ?

odf18odf18 Posts: 3Questions: 2Answers: 0
edited May 2018 in Free community support

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?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    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

This discussion has been closed.