Skip to main content

afterColumnShow

fires after a column is shown

afterColumnShow: (col: object) => void;

Parameters:

  • col: object - an object with a column configuration

Example

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

Related sample: Grid. Events

Change log:

added in v7.0