Hi,
I have a ui grid with ui.grid.rowEdit plugin.
The grid also has a rowTemplate which applies a color to rows based on data 
values.
Now when I add a new row on top like so..

$scope.gridOptions.data.splice(0, 0, {});

it takes the color of the row immediately below it (the erstwhile topmost 
row).
How can I prevent that? I dont want any color to apply to the new row.

Please help.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to