Skip to main content

afterRowHide

fires after a row is hidden

afterRowHide: (row: object) => void;

Parameters:

  • row: object - an object with a row configuration

Example

grid.events.on("afterRowHide", function(row){
// your logic here
});

Related sample: Grid. Events

Change log:

added in v7.0