Can we show skeleton for a while when i'm using virtual row feature & scrolls too fast? #353
-
|
Currently, I'm trying to use the So my question is, is there any way by chance to show the skeleton for a while scrolling unless the row renders fully? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Keep in mind that in development mode, the virtual scrolling will appear to have lower performance than it will in production mode. Scrolling really fast will inevitably have a short amount of time while the new rows are loaded into the dom. |
Beta Was this translation helpful? Give feedback.
Keep in mind that in development mode, the virtual scrolling will appear to have lower performance than it will in production mode. Scrolling really fast will inevitably have a short amount of time while the new rows are loaded into the dom.