Lines 426-432
$(document).ready(function() {
Link Here
|
426 |
}, |
426 |
}, |
427 |
{ |
427 |
{ |
428 |
"iDataSort": 10, // Sort on hidden unformatted issuedate column |
428 |
"iDataSort": 10, // Sort on hidden unformatted issuedate column |
429 |
"mDataProp": "issuedate", |
429 |
"mDataProp": "issuedate_formatted", |
430 |
}, |
430 |
}, |
431 |
{ |
431 |
{ |
432 |
"mDataProp": function ( oObj ) { |
432 |
"mDataProp": function ( oObj ) { |
Lines 823-829
$(document).ready(function() {
Link Here
|
823 |
}, |
823 |
}, |
824 |
{ |
824 |
{ |
825 |
"iDataSort": 7, // Sort on hidden unformatted issuedate column |
825 |
"iDataSort": 7, // Sort on hidden unformatted issuedate column |
826 |
"mDataProp": "issuedate", |
826 |
"mDataProp": "issuedate_formatted", |
827 |
}, |
827 |
}, |
828 |
{ |
828 |
{ |
829 |
"mDataProp": function ( oObj ) { |
829 |
"mDataProp": function ( oObj ) { |