| 
      
            Lines 17-23
          
      
      
        Link Here
      
     | 
  
        
          | 17 | 
                  var pendingt = $("#pendingt").dataTable($.extend(true, {}, dataTablesDefaults, { | 
          17 | 
                  var pendingt = $("#pendingt").dataTable($.extend(true, {}, dataTablesDefaults, { | 
        
        
          | 18 | 
                      "bStateSave": true,  | 
          18 | 
                      "bStateSave": true,  | 
        
        
          | 19 | 
                      "iCookieDuration": 60*60*24*1000, // 1000 days  | 
          19 | 
                      "iCookieDuration": 60*60*24*1000, // 1000 days  | 
        
          
            
              | 20 | 
                          "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],  | 
              20 | 
                          "iDisplayLength": 10,  | 
            
            
               | 
               | 
              21 | 
                          "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, "All"]],  | 
            
        
          | 21 | 
                      "aoColumnDefs": [  | 
          22 | 
                      "aoColumnDefs": [  | 
        
        
          | 22 | 
                          { "aTargets": [ 4, 9, 10 ], "bSortable": false, "bSearchable": false }, | 
          23 | 
                          { "aTargets": [ 4, 9, 10 ], "bSortable": false, "bSearchable": false }, | 
        
        
          | 23 | 
                      ],  | 
          24 | 
                      ],  | 
        
  
    | 
      
            Lines 59-65
          
      
      
        Link Here
      
     | 
  
        
          | 59 | 
                  var receivedt = $("#receivedt").dataTable($.extend(true, {}, dataTablesDefaults, { | 
          60 | 
                  var receivedt = $("#receivedt").dataTable($.extend(true, {}, dataTablesDefaults, { | 
        
        
          | 60 | 
                      "bStateSave": true,  | 
          61 | 
                      "bStateSave": true,  | 
        
        
          | 61 | 
                      "iCookieDuration": 60*60*24*1000, // 1000 days  | 
          62 | 
                      "iCookieDuration": 60*60*24*1000, // 1000 days  | 
        
          
            
              | 62 | 
                          "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],  | 
              63 | 
                          "iDisplayLength": 10,  | 
            
            
               | 
               | 
              64 | 
                          "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, "All"]],  | 
            
        
          | 63 | 
                      "aoColumnDefs": [  | 
          65 | 
                      "aoColumnDefs": [  | 
        
        
          | 64 | 
                          { "aTargets": [ 5, -1 ], "bSortable": false, "bSearchable": false }, | 
          66 | 
                          { "aTargets": [ 5, -1 ], "bSortable": false, "bSearchable": false }, | 
        
        
          | 65 | 
                      ],  | 
          67 | 
                      ],  | 
        
            
              | 66 | 
              -   | 
               | 
               |