angularjs - change of DATASET RECORD causes screen flicker in angular DATATABLES -


i using angular datatables. have used ng-repeat to render values on dom. let using products primary data collection , dummy products secondary. using primary data collection in ng-repeat. did operations operation dummy data collection , assign result set primary data collection. datatable reflected in dom causes screen flicker looks bad. 1 know why happening? datatables releated issue or angularjs ng-repeat issue?

note: data collection has volume size of 200+ records.

add class="table datatable" base table. still flicker bit. problem here datatable rewriting dom, first making default table visible , binding datatable ui.

during time phase default table have set appears while , datatables plugin changes ui.

you need replicate table datatable ui plugin.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -