-
+
Action pour la séléction :
@@ -74,11 +74,11 @@ jQuery(document).ready(function ()
"language": {
"url": HTTP_PWD + "/assets/js/datatables/french.json",
},
- "orderMulti": false,
"columnDefs": [{
'targets': 'checkcolumn',
'orderable': false,
}],
+
"ajax": {
'url': '',
'dataSrc': 'data',
@@ -86,15 +86,13 @@ jQuery(document).ready(function ()
"columns" : [
{
data: 'number_formatted',
- }
-
- ,{
+ },
+ {
data: 'id',
render: function (data, type, row, meta) {
return '';
},
},
-
],
"deferRender": true
});