Skip to main content

footerCellMouseOver

fires on moving the mouse pointer over a grid footer cell

footerCellMouseOver: (col: object, e: MouseEvent) => void;

Parameters:

  • col: object - an object with a column configuration
  • e: MouseEvent - a native HTML event object

Example

grid.events.on("footerCellMouseOver ", function(col,e){
// your logic here
});