Our blazing fast Grid component built with pure JavaScript


Post by kerstin »

Hi,

How can I add mouse click events for cells in the grid?

Best regards,
Kerstin

Post by johan.isaksson »

Hi,

Listen for "cellclick" event on grid. You can try this on console in one of the demos:

grid.on('cellclick', () => console.log('hello'))
Best regards,
Johan Isaksson

Post Reply