Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Grid Data Binding, Filtering, Sorting & Grouping
posted

Hi,

Following on from this question and the provided sample:

https://ko.infragistics.com/community/forums/f/ignite-ui-for-angular/119273/way-to-compose-column-data/529739#529739

https://stackblitz.com/edit/angular-ea5meq

In the example where the grid is bound to the nested data source, I am looking for ways to implement Filtering, Sorting & Grouping on a similar column where an ng-template is used for the grid column and the column is bound to an object.

Can anyone provide an example where this is implemented, or extend the above sample to demonstrate?