• JavaScript
  • React
    Docs
    API
    Changelog
    • Developers Forum (opens new window)
    • GitHub Discussions (opens new window)
    • StackOverflow (opens new window)
    • Contact support (opens new window)
    • JavaScript
    • React
    Docs
    API
    Changelog
    • Introduction
    • Core
    • Hooks
    • Configuration options
    • Plugins
      • AutoColumnSize
      • AutoRowSize
      • Autofill
      • BindRowsWithHeaders
      • CollapsibleColumns
      • ColumnSorting
      • ColumnSummary
      • Comments
      • ContextMenu
      • CopyPaste
      • CustomBorders
      • DragToScroll
      • DropdownMenu
      • ExportFile
      • Filters
      • Formulas
      • HiddenColumns
      • HiddenRows
      • ManualColumnFreeze
      • ManualColumnMove
      • ManualColumnResize
      • ManualRowMove
      • ManualRowResize
      • MergeCells
      • MultiColumnSorting
      • NestedHeaders
      • NestedRows
      • PersistentState
      • Search
      • TrimRows
      • UndoRedo
    Home ChangesObserver

    React Data GridChangesObserver

    On this page
    • Description
    • Methods
      • subscribe
      • unsubscribe

    Description

    The ChangesObserver module is an object that represents a disposable resource provided by the ChangesObservable module.

    Methods

    subscribe

    Source code

    changesObserver.subscribe(callback) ⇒ ChangesObserver

    Subscribes to the observer.

    Param Type Description
    callback function A function that will be called when the new changes will appear.

    unsubscribe

    Source code

    changesObserver.unsubscribe() ⇒ ChangesObserver

    Unsubscribes all subscriptions. After the method call, the observer would not produce any new events.

    There is a newer version of Handsontable available. Switch to the latest version ⟶

    Privacy policy Terms of use Team Contact Blog Status

    © 2025 Handsoncode