PROJECT PAGE:
NEW FEATURES:
- Performance improvements accross the board
- Numerous bug fixes
- New examples
- Support for truly unlimited numbers of rows on all browsers
- Detached editors support with positioning helpers
- Undo/Redo support for cell edits
- Cell highlighting & flashing
- Updated to jQuery UI 1.8.2 and removed jQuery 1.4-specific code
- Removed a dependency on the jQuery.Rule plugin
- Better keyboard navigation and row selection
- Cell range selection support
BREAKING CHANGES:
- "Hidden" columns are no longer supported. setColumnsVisibility() and reorderColumns() have been removed. Use setColumns() instead.
NEW METHODS:
- navigatePrev()
- navigateNext()
- navigateLeft()
- navigateRight()
- navigateUp()
- navigateDown()
- setHighlightedCells()
- flashCell()
- getCurrentCellPosition()
- DataView.reSort()
- getColumns()
- setColumns()
NEW OPTIONS:
- editCommandHandler
- highlightedCellCssClass
- flashingCellCssClass
- enableCellRangeSelection
NEW EVENTS:
- onCurrentCellChanged
- onCurrentCellPositionChanged
- onCellRangeSelected