How to update the created virtualizer instead of creating a new one every time an option is changed?
Currently, I'm following the examples to create the vitualizer like this:
When
rowCount
changes (like in resizing window event), it will get updated. But it's not performant. Is there a way to update only the options of the same virtualizer instance like this:
0 Replies