Subversion Repositories SmartDukaan

Rev

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

Rev 18625 Rev 18855
Line 192... Line 192...
192
                        	   { "sWidth": "13%" },
192
                        	   { "sWidth": "13%" },
193
                        	   { "sWidth": "13%" }],
193
                        	   { "sWidth": "13%" }],
194
 
194
 
195
                "iDisplayLength" : 10,
195
                "iDisplayLength" : 10,
196
                //"fnDrawCallback": function() {truncateText(100);},
196
                //"fnDrawCallback": function() {truncateText(100);},
197
                "aLengthMenu" : [ [ 5, 10, 20, -1 ], [ 10, 20, "All" ] ]
197
                "aLengthMenu" : [ [ 5, 10, 20, -1 ], [ 5, 10, 20, "All" ] ]
198
            });
198
            });
199
            
199
            
200
            $('#order-table').dataTable({
200
            $('#order-table').dataTable({
201
                //"aaSorting" : [ [ 2, 'desc' ] ],
201
                //"aaSorting" : [ [ 2, 'desc' ] ],
202
	            "bAutoWidth": false,
202
	            "bAutoWidth": false,
Line 212... Line 212...
212
                "fnDrawCallback": function() {
212
                "fnDrawCallback": function() {
213
	                $('.mk_transaction').click(function(){
213
	                $('.mk_transaction').click(function(){
214
	                	
214
	                	
215
	                });
215
	                });
216
                },
216
                },
217
                "aLengthMenu" : [ [ 5, 10, 20, -1 ], [ 10, 20, "All" ] ]
217
                "aLengthMenu" : [ [ 5, 10, 20, -1 ], [ 5, 10, 20, "All" ] ]
218
            });
218
            });
219
        }
219
        }
220
    });
220
    });
221
}
221
}
222
 
222