Subversion Repositories SmartDukaan

Rev

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

Rev 24924 Rev 24925
Line 77... Line 77...
77
    </body>
77
    </body>
78
</html>
78
</html>
79
<script type="text/javascript">
79
<script type="text/javascript">
80
$('table').dataTable({
80
$('table').dataTable({
81
					"sPaginationType": "full_numbers",
81
					"sPaginationType": "full_numbers",
82
		            "aaSorting" : [ [ 1, 'desc' ] ],
-
 
83
		            "bAutoWidth": true,
-
 
84
		            "iDisplayLength" : 25,
82
		            "iDisplayLength" : 25,
85
		            "sDom" : 'T<"clear">lfrtip',
-
 
86
		            "oTableTools" : {
-
 
87
		                "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
-
 
88
		            },
-
 
89
		        });
83
		        });
90
</script>
84
</script>
91
85