Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 433 Bytes

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