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

This package is not auto-updated.

Last update: 2024-04-13 12:32:46 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

  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.