jQuery Data Grid
This is a demo of a jQuery data grid. The example uses an XML file to fill the grid, but this can be done in various ways. We have used the following options:
- Resize Columns
- Sort data by clicking the column header
- Page through individual pages
- Select how many rows to display per page
- Select one or more rows
- Hide columns (click the buttons)
- Reload the grid
There are options that are disabled:
- Search for data in the grid
- Edit and add rows in the grid
- etc.