/*========================================================================================= File Name: project-task-list.js Description: Project task datables configurations ---------------------------------------------------------------------------------------- Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template Version: 1.0 Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ $(document).ready(function() { /******************************************** * js of Order by the grouping * ********************************************/ var groupingTable = $('.row-grouping').DataTable({ responsive: false, autoWidth: false, rowReorder: true, "columnDefs": [ { "visible": false, "targets": 2 }, { "orderable": true, "className": 'reorder', "targets": 0 }, { "orderable": false, "targets": '_all' } ], // "order": [[ 2, 'desc' ]], "displayLength": 10, "drawCallback": function ( settings ) { var api = this.api(); var rows = api.rows( {page:'current'} ).nodes(); var last=null; api.column(2, {page:'current'} ).data().each( function ( group, i ) { if ( last !== group ) { $(rows).eq( i ).before( '