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: 2024-10-26 15:23:58 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.json
file and runphp composer.phar update
. - Add
AtDataGrid
to yourconfig/application.config.php
file under themodules
key. - Copy or create a symlink of public/css and public/js to your website root directory
Configuration
See AtCms as example.