afterRemove
fires after removing a cell
afterRemove: (id: string) => void;
Parameters:
id: string
- the id of a cell
Example
layout.events.on("afterRemove", function(id){
// your logic here
});
Related sample: Layout. Events
Change log:
added in v6.2