Subversion Repositories SmartDukaan

Rev

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

Rev 24930 Rev 24931
Line 92... Line 92...
92
        </table>
92
        </table>
93
    </body>
93
    </body>
94
</html>
94
</html>
95
<script type="text/javascript">
95
<script type="text/javascript">
96
$('table').dataTable({
96
$('table').dataTable({
97
					"sPaginationType": "full_numbers",
-
 
98
		            "iDisplayLength" : 25,
97
		            "iDisplayLength" : 25
99
		        });
98
		        });
100
</script>
99
</script>
101
100