nifty/nifty-grid

Simple & lightweight datagrid for nette

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 34

Type:nette-addon

dev-juznovo 2012-08-01 11:12 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:19:12 UTC


README

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