Items show all, datatables, sorting, filtering

This commit is contained in:
Marek Sebera 2013-01-23 00:41:35 +01:00
parent 07fbba7428
commit 786acdd599
15 changed files with 450 additions and 28 deletions

View file

@ -3,6 +3,9 @@
class ItemsController extends AppController {
public $scaffold;
public $paginate = array(
'limit' => 1000,
'maxLimit' => 1000
);
}