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
|
@ -3,6 +3,9 @@
|
|||
class ItemsController extends AppController {
|
||||
|
||||
public $scaffold;
|
||||
|
||||
public $paginate = array(
|
||||
'limit' => 1000,
|
||||
'maxLimit' => 1000
|
||||
);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue