Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 639 Bytes

AtDataGrid

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

  1. Add "atukai/at-datagrid": "0.*" to your composer.json file and run php composer.phar update.
  2. Add AtDataGrid to your config/application.config.php file under the modules key.
  3. Copy or create a symlink of public/css and public/js to your website root directory

Configuration

See AtCms as example.