Hello I ask how to change the default rows in entries.
Hello I ask how to change the default rows in entries.
$('#many-table').DataTable({
processing: true,
pageLength: 5,
serverSide: true,
deferRender:false,
"ajax": {
url: "action.php",
type: "POST",
data: {
action: 'fetch_appointment'
}
},

This discussion has been closed.
Answers
Are you asking how to show
5in the length menu drop down? Use thelengthMenuto add the5option to the list.If this doesn't help then please provide more details about your question.
Kevin