I have been trying to figure out a way to change the class of cells which have been edited so that I can style yjr, as being dirty.
Using 'editableCellTemplate', I can't seem to make ng-change fire. So next I've been playing around with cellTemplate but not really having any luck.
Anyone figure out a way to mark a cell dirty after an edit in ng-grid?
Couple of related questions;
1) Can you get the row index using row.getProperty method?
2) Can you fire ng-change from an entiableCellTemplate?
TIA