ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

Need an example for RadListView with http fetch #1406

Open vytautas-pranskunas- opened 4 years ago

vytautas-pranskunas- commented 4 years ago

Hello,

i cannot find any example here: https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/listview/src/app/examples with remote datasource fetch only with setTimeout. Why do i need that? because there is ObservableArray used and i do not know if it plays some big role in not rerendering all items / in updating just one item etc. Problem is that when i have my list items in state and i update state all items in list are rerendered however in plain angular with *ngFor trackBy only item that changed is rerendered.

govi2010 commented 2 years ago

I am not getting console.log in trackBy function. It seems that trackBy has no effect.