项目作者: holubj

项目描述 :
DataGrid for Nette Framework
高级语言: PHP
项目地址: git://github.com/holubj/NiftyGrid.git
创建时间: 2012-06-08T23:15:23Z
项目社区:https://github.com/holubj/NiftyGrid

开源协议:

下载


NiftyGrid

Simple and light-weight datagrid for Nette framework.

Install

Add as composer dependancy to your composer.json file:

  1. {
  2. "require": {
  3. "php" : ">=5.3.0",
  4. "nette/nette" : "*",
  5. "nifty/nifty-grid": "*"
  6. }
  7. }

Copy resources from resources/ directory to your public www dir and include them in template (usually in @layout.latte).

Usage

See manual on http://addons.nette.org/cs/niftygrid