datatable lengthmenu
lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
datatable lengthmenu
lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
dataTables lengthMenu
//datatable customization
//#datatable will be replace with your table id or class following jqurey code formet
$('#datatable').dataTable({
"lengthChange": true,
"dom": '<"top"i>rt<"bottom"flp><"clear">',
"lengthMenu": [[10,25, 50, 100, 500, 1000],[10,25, 50, 100, 500, "Max"]],
"pageLength": 10,
});
//dom is for changing position of the selecting lentgh menu field
//lengthmenu is for defining ranges
//pagelenth is the values or entity that will be shown at the time of load #firstview
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us