Save State and defer rendering causes blank rows
Save State and defer rendering causes blank rows
fearednerd
Posts: 44Questions: 0Answers: 0
I have a table with infinite scroll , defer rendering and save state.
The bug is that once you scroll to the middle of the table and reload the page any rows before where you were are blank. Is there any way for the table to force rendering for the blank rows?
The bug is that once you scroll to the middle of the table and reload the page any rows before where you were are blank. Is there any way for the table to force rendering for the blank rows?
This discussion has been closed.
Replies
Sorry I can't offer a better solution - a change to infinite scrolling would take a huge amount of work, which is another reason I prefer to do it via the API in future, or better yet use Scroller.
Allan