Subversion Repositories SmartDukaan

Rev

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

Rev 18349 Rev 18354
Line 186... Line 186...
186
	            "bFilter": false,
186
	            "bFilter": false,
187
            	"aoColumns" : [{ "sWidth": "8%" },
187
            	"aoColumns" : [{ "sWidth": "8%" },
188
                	           { "sWidth": "8%" },
188
                	           { "sWidth": "8%" },
189
                    	       { "sWidth": "8%" },
189
                    	       { "sWidth": "8%" },
190
                        	   { "sWidth": "50%" },
190
                        	   { "sWidth": "50%" },
-
 
191
                        	   { "sWidth": "13%" },
191
                        	   { "sWidth": "13%" }],
192
                        	   { "sWidth": "13%" }],
192
                        	   { "sWidth": "13%" }]
-
 
193
 
193
 
194
                "iDisplayLength" : 10,
194
                "iDisplayLength" : 10,
195
                //"fnDrawCallback": function() {truncateText(100);},
195
                //"fnDrawCallback": function() {truncateText(100);},
196
                "aLengthMenu" : [ [ 5, 10, 20, -1 ], [ 10, 20, "All" ] ]
196
                "aLengthMenu" : [ [ 5, 10, 20, -1 ], [ 10, 20, "All" ] ]
197
            });
197
            });
198
            
198
            
199
            $('#order-table').dataTable({
199
            $('#order-table').dataTable({
200
                //"aaSorting" : [ [ 2, 'desc' ] ],
200
                //"aaSorting" : [ [ 2, 'desc' ] ],
201
	            "bAutoWidth": false,
201
	            "bAutoWidth": false,
202
	            "aoColumns" : [{"bVisible": false},{ "sWidth": "8%" },
202
	            "aoColumns" : [{ "sWidth": "8%" },
203
	                           { "sWidth": "45%" },
203
	                           { "sWidth": "45%" },
204
	                           { "sWidth": "10%" },
204
	                           { "sWidth": "10%" },
205
	                           { "sWidth": "17%" },
205
	                           { "sWidth": "17%" },
206
	                           { "sWidth": "10%" },
206
	                           { "sWidth": "10%" },
207
	                 		   { "sWidth": "10%" }],
207
	                 		   { "sWidth": "10%" },
-
 
208
	                 		   {"bVisible": false}],
208
                //"iDisplayLength" : 10,
209
                //"iDisplayLength" : 10,
209
                "fnDrawCallback": function() {
210
                "fnDrawCallback": function() {
210
	                $('.mk_transaction').click(function(){
211
	                $('.mk_transaction').click(function(){
211
	                	
212
	                	
212
	                });
213
	                });