Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82226

Change event of the number of page dropdown in paging

$
0
0
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]}]
});

Viewing all articles
Browse latest Browse all 82226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>