Subversion Repositories SmartDukaan

Rev

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

Rev 9166 Rev 9174
Line 1067... Line 1067...
1067
 
1067
 
1068
function loadRechargeOrdersByDeviceNo(domId){
1068
function loadRechargeOrdersByDeviceNo(domId){
1069
	orderTable = $('#recharge-orders').dataTable({
1069
	orderTable = $('#recharge-orders').dataTable({
1070
	      "aaSorting" : [ [ 1, 'desc' ] ],
1070
	      "aaSorting" : [ [ 1, 'desc' ] ],
1071
	      "bAutoWidth": false,
1071
	      "bAutoWidth": false,
1072
	      "aoColumns" : [{ "sWidth": "16%" },//recharge order id
1072
	      "aoColumns" : [{ "sWidth": "13%" },//recharge order id
1073
                         { "sWidth": "30%" },//desc
1073
                         { "sWidth": "22%" },//desc
1074
                         { "sWidth": "16%" },//created
1074
                         { "sWidth": "16%" },//created
1075
                         { "sWidth": "8%" },//amount
1075
                         { "sWidth": "8%" },//amount
1076
                         { "sWidth": "17%" },//status
1076
                         { "sWidth": "17%" },//status
1077
                         { "sWidth": "13%" }],//mobile no.
1077
                         { "sWidth": "10%" },//mobile no.
-
 
1078
                         { "sWidth": "14% "}],//email Id
1078
	        "fnDrawCallback": function() { truncateText(125); },
1079
	        "fnDrawCallback": function() { truncateText(125); },
1079
	        "iDisplayLength" : 10,
1080
	        "iDisplayLength" : 10,
1080
	        "sDom" : 'T<"clear">lfrtip',
1081
	        "sDom" : 'T<"clear">lfrtip',
1081
	        "oTableTools" : {
1082
	        "oTableTools" : {
1082
	            "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
1083
	            "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"