|
Lines 445-450
Link Here
|
| 445 |
$(document).ready(function() { |
445 |
$(document).ready(function() { |
| 446 |
var osrlt = $("#opened table").dataTable($.extend(true, {}, dataTablesDefaults, { |
446 |
var osrlt = $("#opened table").dataTable($.extend(true, {}, dataTablesDefaults, { |
| 447 |
"sPaginationType": "four_button", |
447 |
"sPaginationType": "four_button", |
|
|
448 |
"order": [[ 2, "asc" ]], |
| 448 |
"aoColumnDefs": [ |
449 |
"aoColumnDefs": [ |
| 449 |
{ 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
450 |
{ 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
| 450 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] }, |
451 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] }, |
|
Lines 454-459
Link Here
|
| 454 |
|
455 |
|
| 455 |
var csrlt = $("#closed table").dataTable($.extend(true, {}, dataTablesDefaults, { |
456 |
var csrlt = $("#closed table").dataTable($.extend(true, {}, dataTablesDefaults, { |
| 456 |
// FIXME sort function of additional_fields! |
457 |
// FIXME sort function of additional_fields! |
|
|
458 |
"order": [[ 2, "asc" ]], |
| 457 |
"sPaginationType": "four_button", |
459 |
"sPaginationType": "four_button", |
| 458 |
"aoColumnDefs": [ |
460 |
"aoColumnDefs": [ |
| 459 |
{ 'bSortable': false, 'aTargets': [ 'NoSort' ] }, |
461 |
{ 'bSortable': false, 'aTargets': [ 'NoSort' ] }, |
| 460 |
- |
|
|