Subversion Repositories DevTools

Rev

Rev 6877 | Rev 7288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6877 Rev 7250
Line 128... Line 128...
128
 
128
 
129
	$(document).ready(function() {
129
	$(document).ready(function() {
130
		/* Init DataTables */
130
		/* Init DataTables */
131
        table = $("#deploymentstatetable").DataTable({
131
        table = $("#deploymentstatetable").DataTable({
132
            dom: "frtiS",
132
            dom: "frtiS",
-
 
133
            paging: true,
133
            sScrollY: $( document ).height() - 45 - 200 - 15,
134
			scrollY: $( document ).height() - 45 - 200 - 15,
134
            scrollCollapse: true,
135
            scrollCollapse: true,
-
 
136
            scroller : {
-
 
137
			    loadingIndicator : true,
-
 
138
                displayBuffer: 3,
-
 
139
		    },
135
            ajax : {
140
            ajax : {
136
                url : "view_package_owner_json.asp",
141
                url : "view_package_owner_json.asp",
137
                data : function (o){
142
                data : function (o){
138
                    o.rtag_id = <%=parRtagId%>;
143
                    o.rtag_id = <%=parRtagId%>;
139
                },
144
                },