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
Post a Comment