sorting Datatable : ps
This commit is contained in:
parent
d3d59df249
commit
bb79b17daa
@ -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
|
||||
|
||||
@ -143,7 +143,7 @@ span.highlight {
|
||||
"ordering": true,
|
||||
"columnDefs" : [{"targets":7, "type":"date-eu"}],
|
||||
|
||||
"aaSorting": [[ 0, "desc" ]],
|
||||
"aaSorting": [[ 7, "desc" ]],
|
||||
"info": true,
|
||||
"autoWidth": true
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user