Subversion Repositories SmartDukaan

Rev

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

Rev 24923 Rev 24924
Line 7... Line 7...
7
			Suppliers
7
			Suppliers
8
		</title>
8
		</title>
9
        <script>
9
        <script>
10
            $(document).ready(function() {
10
            $(document).ready(function() {
11
                $('td').css('white-space', 'nowrap');
11
                $('td').css('white-space', 'nowrap');
12
                $('table').dataTable({
-
 
13
					"sPaginationType": "full_numbers",
-
 
14
		            "aaSorting" : [ [ 1, 'desc' ] ],
-
 
15
		            "bAutoWidth": true,
-
 
16
		            "iDisplayLength" : 25,
-
 
17
		            "sDom" : 'T<"clear">lfrtip',
-
 
18
		            "oTableTools" : {
-
 
19
		                "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
-
 
20
		            },
-
 
21
		        });
-
 
22
            });
12
            });
23
        </script>
13
        </script>
24
	</head>
14
	</head>
25
	<body>
15
	<body>
26
        <a href="/inventory">Go to Home page</a>
16
        <a href="/inventory">Go to Home page</a>
Line 83... Line 73...
83
                    </tr>
73
                    </tr>
84
                #end
74
                #end
85
            </tbody>
75
            </tbody>
86
        </table>
76
        </table>
87
    </body>
77
    </body>
88
</html>
-
 
89
78
</html>
-
 
79
<script type="text/javascript">
-
 
80
$('table').dataTable({
-
 
81
					"sPaginationType": "full_numbers",
-
 
82
		            "aaSorting" : [ [ 1, 'desc' ] ],
-
 
83
		            "bAutoWidth": true,
-
 
84
		            "iDisplayLength" : 25,
-
 
85
		            "sDom" : 'T<"clear">lfrtip',
-
 
86
		            "oTableTools" : {
-
 
87
		                "sSwfPath" : "swf/copy_cvs_xls_pdf.swf"
-
 
88
		            },
-
 
89
		        });
-
 
90
</script>
-
 
91
90
92