Page does not open other links (2,3 ...)
Page does not open other links (2,3 ...)
Hello,
Everything is working correctly, what is missing is the pagination. I can't find the error.
var table = $('#myTable').DataTable( {
dom: 'Bfrtip',
processing:true,
serverSide:true,
ajax:{
"url": "php_action/equipAll.php",
"type":"POST"
},
autoWidth: true,
responsive: true,
orderCellsTop: true,
bFilter: true,
fixedHeader: false,
deferRender: true,
pagingType: "full_numbers",
lengthMenu: [
[ 10, 25, 50, -1 ],
[ '10 linhas', '25 linhas', '50 linhas', 'Todos' ]
],
searching: true,
select: true,
select: {
style: 'multi+shift',
},
.....
draw: 1
iTotalRecords: 30
iTotalDisplayRecords: 10
{"aaData":[{"admin_id":"22","first_name":"aa","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"21","first_name":"aa","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"20","first_name":"aaa","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"19","first_name":"aaa","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"2","first_name":"Andresa","last_name":"Maria Rotundo","email":"andresarotundo2@msn.com","gender":"2","birth_date":"12/05/1978","telephone":"11","mobile":"11","nivel":"2","status":"2"},{"admin_id":"25","first_name":"c","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"32","first_name":"ce","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"31","first_name":"cec","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"28","first_name":"cwece","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"},{"admin_id":"27","first_name":"cwew","last_name":"","email":"","gender":"2","birth_date":"00/00/0000","telephone":"(00) 0000-0000","mobile":"(00) 00000-0000","nivel":"2","status":"1"}]}
Replies
See the How to show page length with buttons FAQ.
Kevin
Found it
iTotalDisplayRecords:
Value incorrect at PHP
Tanks