Skip to content

juzna/NiftyGrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 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

About

DataGrid for Nette Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.4%
  • JavaScript 19.6%