holubj / NiftyGrid

DataGrid for Nette Framework
34 stars 34 forks source link
datagrid grid nette nette-framework php

NiftyGrid

Simple and light-weight datagrid for Nette framework.

Install

Add as composer dependancy to your composer.json file:

{
    "require": {
        "php" : ">=5.3.0",
        "nette/nette" : "*",
        "nifty/nifty-grid": "*"
    }
}

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