Can i handle the change event when I select other value from the dropdown of the pagination. I am using the following code for paging:
$('table#SearchObservation').dataTable({
"aLengthMenu": [[10, 25, 50, 100], [10, 25, 50, 100]],
"iDisplayLength": 10,
"bFilter": false,
"bInfo": false,
"sDom": '<top>l',
//"sDom": '<"top"i>lt<"bottom"pf>',
"sPaginationType": "full_numbers",
"bJQueryUI": false,
"oLanguage": {
"sLengthMenu": "View Per Page _MENU_ "
},
"aoColumnDefs": [
{ 'bSortable': true, 'aTargets': [0]}]
});
$('table#SearchObservation').dataTable({
"aLengthMenu": [[10, 25, 50, 100], [10, 25, 50, 100]],
"iDisplayLength": 10,
"bFilter": false,
"bInfo": false,
"sDom": '<top>l',
//"sDom": '<"top"i>lt<"bottom"pf>',
"sPaginationType": "full_numbers",
"bJQueryUI": false,
"oLanguage": {
"sLengthMenu": "View Per Page _MENU_ "
},
"aoColumnDefs": [
{ 'bSortable': true, 'aTargets': [0]}]
});