RevGrid - v0.11.1
    Preparing search index...

    News

    • 03 November 2025: Release 0.11.1
      Breaking changes

      • Revgrid now directly uses a Canvas element supplied via its constructor (instead of a HTML element under which Revgrid created a canvas element). This provides applications with better control over the DOM.
      • No side effects declared in package (to allow tree shaking)
      • Fix bug where active column not correctly found
      • Minor API changes
    • 07 August 2025: Release 0.10.0
      Breaking changes

      • Current and previous focus can be in different subgrids
      • Selection areas now can be in different subgrids
      • Clean up naming of focus and selection related property and method names and parameters
      • Ensure click, dblClick and startDrag event handling in UiControllers use same cell as mouseDown event handlers
      • Minor fixes
    • 19 July 2025: Client Components dependency diagram drawn

    • 04 July 2025: Client doc page written

    • 01 July 2025: Top level grid classes doc page written

    • 27 June 2025: Switch to TypeDoc expand entryPointStrategy
      API now better shows hierarchy of modules/namespaces/classes/interfaces.

    • 25 June 2025: Data Row Array Test App doc page written

    • 23 June 2025: Top level modules doc page written