mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-02 14:23:34 +02:00
Items show all, datatables, sorting, filtering
This commit is contained in:
parent
07fbba7428
commit
786acdd599
15 changed files with 450 additions and 28 deletions
|
@ -9,11 +9,16 @@
|
|||
<?php
|
||||
echo $this->Html->meta('icon');
|
||||
echo $this->Html->css('cake.generic');
|
||||
|
||||
echo $this->Html->script(array('jquery.min','jquery.dataTables.min'));
|
||||
echo $this->fetch('meta');
|
||||
echo $this->fetch('css');
|
||||
echo $this->fetch('script');
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$('#datatables').dataTable({iDisplayLength:50});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue