Datatable row selection not working on pages other than first page
Datatable row selection not working on pages other than first page

the below code from select multiple rows example works well for the first page with pagination enable.
$('#example tr').click( function() {
$(this).toggleClass('row_selected');
} );
on navigation to subsequent pages... the row selection does not happen on clicking a row.
Any help towards resolving this is highly appreciated.
Have fun coding.
-Thanks.
Vamshe
$('#example tr').click( function() {
$(this).toggleClass('row_selected');
} );
on navigation to subsequent pages... the row selection does not happen on clicking a row.
Any help towards resolving this is highly appreciated.
Have fun coding.
-Thanks.
Vamshe
This discussion has been closed.
Replies