Subversion Repositories SmartDukaan

Rev

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

Rev 18354 Rev 18583
Line 19... Line 19...
19
            $('#' + domId).html(response);
19
            $('#' + domId).html(response);
20
            loadOrderInfo("bottom-infopane", orderId);
20
            loadOrderInfo("bottom-infopane", orderId);
21
            orderTable = $('#user-orders').dataTable({
21
            orderTable = $('#user-orders').dataTable({
22
                "aaSorting" : [ [ 1, 'desc' ] ],
22
                "aaSorting" : [ [ 1, 'desc' ] ],
23
              "bAutoWidth": false,
23
              "bAutoWidth": false,
24
              "aoColumns" : [{ "sWidth": "10%" },//transaction id
24
              "aoColumns" : [{ "sWidth": "8%" },//transaction id
25
                             { "sWidth": "10%" },//item desc
25
                             { "sWidth": "7%" },//item desc
26
                             { "sWidth": "30%" },//item desc
26
                             { "sWidth": "30%" },//item desc
-
 
27
                             { "sWidth": "4%" },//item desc
27
                             { "sWidth": "14%" },//created
28
                             { "sWidth": "14%" },//created
28
                             { "sWidth": "8%" },//amount
29
                             { "sWidth": "8%" },//amount
29
                             { "sWidth": "17%" },//status
30
                             { "sWidth": "17%" },//status
30
                             { "sWidth": "11%" }],//mobile no.
31
                             { "sWidth": "11%" }],//mobile no.
31
                "fnDrawCallback": function() { truncateText(125); },
32
                "fnDrawCallback": function() { truncateText(125); },