How to use jGreed

You need a jQuery object that will be the grid container, a column model, a dataset and several options - like this:

$.jgreed($("#greedContainer"),columnModel,dataSet,options);

The Column Model

The Column Model is an array of objects describing each column of the grid. Each object consists of the following:

The Data Set

The Data Set is an array of objects, each of which contains the column id as key and the value; each object must contain the index key defined in the grid Options

The Options

The grid Options represent an object with some of the following parameters: