how to set length menu dropdown to right side of table datatable code example
Example: jquery for table Show entries
$(document).ready(function() {
$('#example').DataTable( {
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]]
} );
} );