jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web. Since the grid is a client-side solution loading data dynamically through Ajax callbacks, it can be integrated with any server-side technology, including PHP, ASP, Java Servlets, JSP, ColdFusion, and Perl.
jqGrid uses a jQuery Java Script Library and is written as plugin for that package. For more information on jQuery Grid, please refer to the jqGrid web site.
Basic example
Loading...
Inv No | Date | Client | Amount | Tax | Total | Notes |
---|
| | | | | | |
1 | 5/24/2010 | test | 0.00 | 10.00 | 2111.00 | note |
2 | 5/25/2010 | test2 | 0.00 | 20.00 | 320.00 | note2 |
3 | 9/1/2007 | test3 | 0.00 | 30.00 | 430.00 | note3 |
4 | 10/4/2007 | test | 0.00 | 10.00 | 210.00 | note |
5 | 10/5/2007 | test2 | 0.00 | 20.00 | 320.00 | note2 |
6 | 9/6/2007 | test3 | 0.00 | 30.00 | 430.00 | note3 |
7 | 10/4/2007 | test | 0.00 | 10.00 | 210.00 | note |
8 | 10/3/2007 | test2 | 300.00 | 21.00 | 320.00 | note2 |
9 | 9/1/2007 | test3 | 400.00 | 30.00 | 430.00 | note3 |
11 | 10/1/2007 | test | 200.00 | 10.00 | 210.00 | note |
12 | 10/2/2007 | test2 | 300.00 | 20.00 | 320.00 | note2 |
13 | 9/1/2007 | test3 | 400.00 | 30.00 | 430.00 | note3 |
14 | 10/4/2007 | test | 200.00 | 10.00 | 210.00 | note |
15 | 10/5/2007 | test2 | 300.00 | 20.00 | 320.00 | note2 |
Advanced example
Loading...
Inv No | Date | Client | Amount | Tax | Total | Notes |
---|
| | | | | | |
1 | 5/24/2010 | test | 0.00 | 10.00 | 2111.00 | note |
2 | 5/25/2010 | test2 | 0.00 | 20.00 | 320.00 | note2 |
3 | 9/1/2007 | test3 | 0.00 | 30.00 | 430.00 | note3 |
4 | 10/4/2007 | test | 0.00 | 10.00 | 210.00 | note |
5 | 10/5/2007 | test2 | 0.00 | 20.00 | 320.00 | note2 |
6 | 9/6/2007 | test3 | 0.00 | 30.00 | 430.00 | note3 |
7 | 10/4/2007 | test | 0.00 | 10.00 | 210.00 | note |
8 | 10/3/2007 | test2 | 300.00 | 21.00 | 320.00 | note2 |
9 | 9/1/2007 | test3 | 400.00 | 30.00 | 430.00 | note3 |
11 | 10/1/2007 | test | 200.00 | 10.00 | 210.00 | note |
12 | 10/2/2007 | test2 | 300.00 | 20.00 | 320.00 | note2 |
13 | 9/1/2007 | test3 | 400.00 | 30.00 | 430.00 | note3 |
14 | 10/4/2007 | test | 200.00 | 10.00 | 210.00 | note |
15 | 10/5/2007 | test2 | 300.00 | 20.00 | 320.00 | note2 |
16 | 9/6/2007 | test3 | 400.00 | 30.00 | 430.00 | note3 |
17 | 10/4/2007 | test | 200.00 | 10.00 | 210.00 | note |
18 | 10/3/2007 | test2 | 300.00 | 20.00 | 320.00 | note2 |
19 | 9/1/2007 | test3 | 400.00 | 30.00 | 430.00 | note3 |
21 | 10/1/2007 | test | 200.00 | 10.00 | 210.00 | note |
22 | 10/2/2007 | test2 | 300.00 | 20.00 | 320.00 | note2 |