sorting Datatable : ps
This commit is contained in:
parent
d3d59df249
commit
bb79b17daa
@ -383,7 +383,7 @@ $(function () {
|
|||||||
"searching": true,
|
"searching": true,
|
||||||
"columnDefs" : [{"targets":2, "type":"date-eu"}],
|
"columnDefs" : [{"targets":2, "type":"date-eu"}],
|
||||||
|
|
||||||
"aaSorting": [[ 0, "desc" ]],
|
"aaSorting": [[ 2, "desc" ]],
|
||||||
"ordering": true,
|
"ordering": true,
|
||||||
"info": true,
|
"info": true,
|
||||||
"autoWidth": true
|
"autoWidth": true
|
||||||
|
|||||||
@ -143,7 +143,7 @@ span.highlight {
|
|||||||
"ordering": true,
|
"ordering": true,
|
||||||
"columnDefs" : [{"targets":7, "type":"date-eu"}],
|
"columnDefs" : [{"targets":7, "type":"date-eu"}],
|
||||||
|
|
||||||
"aaSorting": [[ 0, "desc" ]],
|
"aaSorting": [[ 7, "desc" ]],
|
||||||
"info": true,
|
"info": true,
|
||||||
"autoWidth": true
|
"autoWidth": true
|
||||||
|
|
||||||
|
|||||||
@ -152,7 +152,7 @@ $ReqDate = $dt->format('d-m-Y'); echo $ReqDate ?>
|
|||||||
"searching": true,
|
"searching": true,
|
||||||
"ordering": true,
|
"ordering": true,
|
||||||
"columnDefs" : [{"targets":5, "type":"date-eu"}],
|
"columnDefs" : [{"targets":5, "type":"date-eu"}],
|
||||||
|
"aaSorting": [[ 5, "desc" ]],
|
||||||
"info": true,
|
"info": true,
|
||||||
"autoWidth": true
|
"autoWidth": true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user