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