Hi Sander, Thanks for your reply. I am new to ui-grid my doubt is how to apply templates for individual cells based on a json data. I tried with row template but it gives the entire row data using the row.entity binding.Is there a method available to process each cells and apply a template based on a binding type?
Regards R On Wednesday, October 14, 2015 at 3:57:07 PM UTC+5:30, Sander Elias wrote: > > Hi R, > > Sure, use ngSwitch to show the control you need for that cell/row. If that > provides not enough flexibility, you can use ngInclude to dynamically load > the partials for each of the controls. > > > Regards > Sander > -- 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
