Class: ObserveChanges

ObserveChanges

handsontable/src/plugins/observeChanges/observeChanges.js, line 28

This plugin allows to observe data source changes.

By default, the plugin is declared as undefined, which makes it disabled.
Enabling this plugin switches the table into one-way data binding where changes are applied into the data source (outside from the table)
will be automatically reflected in the table.

...
// as a boolean
observeChanges: true,
...

To configure this plugin see Options#observeChanges.

Members

observerDataObserver

Instance of DataObserver.

Methods

handsontable/src/plugins/observeChanges/observeChanges.js, line 152

destroy()

Destroy plugin instance.

handsontable/src/plugins/observeChanges/observeChanges.js, line 74

disablePlugin()

Disable plugin for this Handsontable instance.

handsontable/src/plugins/observeChanges/observeChanges.js, line 51

enablePlugin()

Enable plugin for this Handsontable instance.

handsontable/src/plugins/observeChanges/observeChanges.js, line 44

isEnabled(){Boolean}

Check if the plugin is enabled in the handsontable settings.

Returns: {Boolean}