I am using angular datatables. I have used the ng-repeat to to render all the values on DOM. Let say I am using products as my primary data collection and dummy products as secondary. I am using my primary data collection in ng-repeat. I did some operations operation dummy data collection and assign the result set to the Primary data collection. The datatable is reflected in the DOM but it causes screen flicker which looks bad. Does any one know Why this is happening? Is this the Datatables releated issue or angularjs ng-repeat issue?
NOTE: My data collection has volume size of about 200+ records.