Skip to main content

afterColumnShow

fires after a column is shown

afterColumnShow: (column: object) => void;

Parameters:

  • column: object - an object with a column configuration

Example

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

Related sample: TreeGrid. Events

Change log:

added in v7.0