How can I trigger an event by clicking on this element? I am working with TypeScript in AngularJS using Angular UI-Grid.
I would like to make the header cell clickable.
Is there a method to add an onclick event to the header cell of a UI grid?
I prefer not to alter the template design, but simply add a click event to the header cell.