Using Kendo UI Angular to Build Applications Fast! (PART 3 - Grid Filtering, Paging & Sorting)

preview_player
Показать описание
CLICK HERE TO CONNECT WITH ME ON TWITTER:

CLICK HERE TO CONNECT WITH ME LINKEDIN:

Kendo UI for Angular Grid Filtering Paging Sorting

--
Рекомендации по теме
Комментарии
Автор

Hi great video i have an issue with one column i have array values the filter dosent work can you help me please?
<ng-template kendoGridCellTemplate let-dataItem>
<span *ngFor="let location of dataItem.locations; let last = last">
{{location.location}}{{last ? '': ', '}}
</span>
</ng-template>
</kendo-grid-column>

nestormatias