joacub / at-datagrid
A data grid ZF2 module
Installs: 281
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/joacub/at-datagrid
Requires
This package is not auto-updated.
Last update: 2025-09-27 20:03:22 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.