I’m using fn.yiiListView.update too update my CListView. I noticed that every time this function gets triggered, it clears the old clistview first, then load, then output the new listview.
How can I make it so it does not clear the old listview until the new thing is loaded, so user won’t notice a blank listview with loader image only during this process?
Please advice, thanks.