Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

holubj/NiftyGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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