Open Naveen-ASI opened 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,
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