Subversion Repositories DevTools

Rev

Rev 5098 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5098 Rev 5102
Line 79... Line 79...
79
		    },
79
		    },
80
            "order": [[ 4, "desc" ]],
80
            "order": [[ 4, "desc" ]],
81
            "info": true,
81
            "info": true,
82
            "columnDefs" : [ 
82
            "columnDefs" : [ 
83
<%If parRtagId <> "" Then %>
83
<%If parRtagId <> "" Then %>
84
                {"visible" : false, "targets" : [0,1]},
84
                {visible": false, targets : [0,1]},
85
<%End If%>
85
<%End If%>
86
                {"className" : "dt-nowrap", "targets": "_all" }
86
                {className : "dt-nowrap", targets: "_all" },
-
 
87
                {orderable : false, targets : [7]},
87
            ],
88
            ],
88
            // Refresh display IFF showing the head
89
            // Refresh display IFF showing the head
89
            "fnInfoCallback": function( oSettings, iStart, iEnd, iMax, iTotal, sPre ) {
90
            "fnInfoCallback": function( oSettings, iStart, iEnd, iMax, iTotal, sPre ) {
90
                if (iStart <= 1) {
91
                if (iStart <= 1) {
91
                    clearTimeout(interval);
92
                    clearTimeout(interval);