atukai / at-datagrid
There is no license information available for the latest version (1.1.0) of this package.
A missing data grid component for Zend Framework 2/3
1.1.0
2016-09-05 10:38 UTC
Requires
- php: >=5.6
- zendframework/zend-form: ^2.7 || ^3.0
- zendframework/zend-mvc: ^2.7 || ^3.0
- zendframework/zend-paginator: ^2.7 || ^3.0
This package is auto-updated.
Last update: 2026-03-07 06:41:47 UTC
README
A missing data grid component for Zend Framework 2/3.
Requirements
Installation
- Run
$ composer require zendframework/at-datagrid; - Add
AtDataGridto yourconfig/application.config.phpfile under themoduleskey; - Copy
public/cssandpublic/jsto your website root directory or use any asset manager.