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-10-25 20:16:43 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.