joacub / at-datagrid
There is no license information available for the latest version (0.0.1) of this package.
A data grid ZF2 module
0.0.1
2013-08-21 07:54 UTC
Requires
This package is not auto-updated.
Last update: 2026-02-28 21:54:05 UTC
README
Version 0.2.2
A data grid component for ZF2.
NOTE: This module is still under heavy development. Do not use it in production
Requirements
Installation
- Add
"atukai/at-datagrid": "0.*"to yourcomposer.jsonfile and runphp composer.phar update. - Add
AtDataGridto yourconfig/application.config.phpfile under themoduleskey. - Copy or create a symlink of public/css and public/js to your website root directory
Configuration
See AtCms as example.