mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
Add serverside list for contacts
This commit is contained in:
parent
3084288e5d
commit
8e43c53498
4 changed files with 104 additions and 3 deletions
|
@ -186,11 +186,12 @@ jQuery(document).ready(function()
|
|||
"language": {
|
||||
"url": HTTP_PWD + "/assets/js/datatables/french.json",
|
||||
},
|
||||
"orderMulti": false,
|
||||
"columnDefs": [{
|
||||
'targets': 'checkcolumn',
|
||||
'orderable': false,
|
||||
}],
|
||||
|
||||
"serverSide": true,
|
||||
"ajax": {
|
||||
'url': '<?php echo \descartes\Router::url('Contact', 'list_json'); ?>',
|
||||
'dataSrc': 'data',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue