Skip to main content

afterRowShow

fires after a row is shown on a page

afterRowShow: (row: object) => void;

Parameters:

  • row: object - an object with a row configuration

Example

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

Related sample: Grid. Events

Change log:

added in v7.0