angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

event listener for column #32

Open Naveen-ASI opened 7 years ago

Naveen-ASI commented 7 years ago

Hi,

This library saved my lot of work time, but i need some help. I need to add button and event listener for for one of the column in grid . i didnt get any document regarding this . please help me

AlexanderZhukCoherent commented 7 years ago

@Naveen-ASI Not sure what you mean by event listener here. You can use any layout and any standard Angular or JS event handlers, like ng-click / ng-change, for any DOM element inside of the table definition. Also you can use standard $watch for the data set consumed by data grid, but once again it's outside of the directive implementation and should be part of your controller itself. Please provide more details on specific requirements you have, thanks,