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 [2012/02/29 21:46] delahelias |
wiki:how_it_works [2017/12/12 19: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:allgridelementsnewfilters1.png|}} | {{:wiki:allgridelementsnewfilters1.png|}} | ||
| - | The grid can not only have additional layers, but also have 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:simpletable1.png|}} | ||
| - | having some advance features like sorting, resizing of columns, reordering of columns with respect of drag&drop and so on. | + | |