Subversion Repositories SmartDukaan

Rev

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

Rev 3711 Rev 3996
Line 19... Line 19...
19
        success : function(response) {
19
        success : function(response) {
20
            $('#' + domId).html(response);
20
            $('#' + domId).html(response);
21
            loadOrderInfo("bottom-infopane", orderId);
21
            loadOrderInfo("bottom-infopane", orderId);
22
            orderTable = $('#user-orders').dataTable({
22
            orderTable = $('#user-orders').dataTable({
23
                "aaSorting" : [ [ 1, 'desc' ] ],
23
                "aaSorting" : [ [ 1, 'desc' ] ],
-
 
24
                "fnDrawCallback": function() { truncateText(125); },
24
                "iDisplayLength" : 5,
25
                "iDisplayLength" : 5,
25
                "sDom" : 'T<"clear">lfrtip',
26
                "sDom" : 'T<"clear">lfrtip',
26
                "oTableTools" : {
27
                "oTableTools" : {
27
                    "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
28
                    "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
28
                },
29
                },