Fires after adding an item.
Fires before adding an item. Return false to abort.
Fires when data is loaded into the store
Whether the records were added to the store.
Fires before removing an item. Return false to abort.
Fires when a row is removed or added. On a store load this fires lots of times. You can use buffer = 0 to do an action once after load and on add and remove of a single row:
this.store.on("datachanged", () => {
this.rowSelection!.selected = [0];
}, {buffer: 0})
Fires when data is loaded into the store
Whether the records were added to the store.
Fires when data load failed
Fires after removing an item.
Generated using TypeDoc
Component events
See
ComponentEventMap