sorting Datatable : ps

This commit is contained in:
VE10-Sanjeev 2023-06-15 15:42:30 +05:30
parent d3d59df249
commit bb79b17daa
3 changed files with 3 additions and 3 deletions

View File

@ -383,7 +383,7 @@ $(function () {
"searching": true,
"columnDefs" : [{"targets":2, "type":"date-eu"}],
"aaSorting": [[ 0, "desc" ]],
"aaSorting": [[ 2, "desc" ]],
"ordering": true,
"info": true,
"autoWidth": true

View File

@ -143,7 +143,7 @@ span.highlight {
"ordering": true,
"columnDefs" : [{"targets":7, "type":"date-eu"}],
"aaSorting": [[ 0, "desc" ]],
"aaSorting": [[ 7, "desc" ]],
"info": true,
"autoWidth": true

View File

@ -152,7 +152,7 @@ $ReqDate = $dt->format('d-m-Y'); echo $ReqDate ?>
"searching": true,
"ordering": true,
"columnDefs" : [{"targets":5, "type":"date-eu"}],
"aaSorting": [[ 5, "desc" ]],
"info": true,
"autoWidth": true