JavaScript Grid script allows you to display data using simple Javascript code.
Features:
- Scroll horizontally while row de.
Features:
- Scroll horizontally while row headers stay in place and column headers moving with columns.
- Scroll vertically while column headers stay in place and row headers moving with rows.
- Resizable by user columns. Just push mouse down on one of the column header dividers and drag mouse left or right as needed.
- Height of every row automatically adjusts to fit contents of all its cells, even it does so while user resizes the column and text in each cell wraps/unwraps to the next line.
- Grid stores not only text representation of the data but also data itself, so it serves as datasource and gives you back data in original type (number, string, date, object, array etc.)
- Editing of data in the grid. Setup each column edit control of your choice and on double click of the cell it’s text contents will be replaced with corresponding control (CheckBox, TextBox, DateInput, NumericInput).
- Ability to sort on each column by clicking on column header. Notice it sorts by data, not its text representation.
- Object-oriented easy to use API which allows to extend, customize Grid.
- Programmatically modify through cascading style sheets Grid’s visual appearence.
Author:Time:Sunday, April 27th, 2008 at 7:14 pmCategory:Comments:You can leave a response, or trackback from your own site.RSS:You can follow any responses to this entry through the RSS 2.0 feed.Navigation: