Subversion Repositories DevTools

Rev

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

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