Button is not working in jquery responsive datatable

Button is not working in jquery responsive datatable

mahi2000mahi2000 Posts: 5Questions: 2Answers: 0

I am using jquery responsive datatable and I put the button in last column however button is not working on mobile and tab (when "+" button displayed). Please suggest.

Answers

  • mahi2000mahi2000 Posts: 5Questions: 2Answers: 0

    I found the answer.. thanks
    $('#tableid').on( 'click', 'tbody td, tbody span.dtr-data', function (e) {
    console.log("*************** clicked");
    });

This discussion has been closed.