Button is not working in jquery responsive datatable
Button is not working in jquery responsive datatable
mahi2000
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.
This discussion has been closed.
Answers
I found the answer.. thanks
$('#tableid').on( 'click', 'tbody td, tbody span.dtr-data', function (e) {
console.log("*************** clicked");
});