Skip to main content

Events

Grid.js has a global EventEmitter object which is used to emit events throughout the application lifecycle. Simply, use the on method to capture and bind a function to events.

Open your developer tools console to see the logs:

Live Editor
Result
Loading...

tip

See a full list of Grid.js global events on event.ts and table events on eventTable