Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:how_it_works [2011/03/07 21:55] olegk |
wiki:how_it_works [2017/12/12 17:08] (current) admin |
||
---|---|---|---|
Line 3: | Line 3: | ||
Understanding how jqGrid works will help you get up to speed with the full capabilities of the plugin. | Understanding how jqGrid works will help you get up to speed with the full capabilities of the plugin. | ||
- | The first thing to understand is that there are two aspects to working with tabular data: | + | The first thing to understand is that there are two aspects to working with tabular data : |
* Client-side representation, and | * Client-side representation, and | ||
Line 38: | Line 38: | ||
Next, you'll create [[:wiki:first_grid |your first grid.]] | Next, you'll create [[:wiki:first_grid |your first grid.]] | ||
- | In more sophisticated case the grid can have more elements like | + | In more sophisticated case the grid can have more elements as shown below: |
- | {{:wiki:allgridelementsnewfilters.png|}} | + | {{:wiki:allgridelementsnewfilters1.png|}} |
- | The grid can not only has additional layers, but also has not only the rows having the main data. jqGrid support treegrid, subgrid and grouping of data. | + | The grid can not only have additional layers, but also allow more than the rows to contain the main data. jqGrid support treegrid, subgrid and grouping of data. |
- | If you want the grid can look like a table | + | If you choose, the grid can look like a table having some advance features like sorting, resizing of columns, reordering of columns with respect of drag&drop and so on, as shown below: |
+ | |||
+ | {{:wiki:simpletable1.png|}} | ||
- | {{:wiki:simpletable.png|}} | ||
- | having some advance features like sorting, resizing of columns, reordering of columns with respect of drag&drop and so on. | ||