/SlimGrid

A wrapper for SlickGrid to slim down the amount of time and code required to create a grid

Primary LanguageJavaScriptMIT LicenseMIT

SlimGrid

A wrapper for SlickGrid to slim down the amount of time and code required to create a grid

A Simple Example

Code

var data = [
	{'id': 1, 'column': 'value'}, 
	{'id': 2, 'column': 'value'}, 
	{'id': 3, 'column': 'value'}
];

var grid = SlimGrid()
	.container($('body'))
	.render(data);

Examples & Documentation

Wiki

Feature Requests & Issues

Issues