ali-react-table icon indicating copy to clipboard operation
ali-react-table copied to clipboard

Fast scrolling will cause a white screen, is it possible to have a pre-loading

Open lucaslz2020 opened this issue 3 years ago • 2 comments

lucaslz2020 avatar May 06 '21 08:05 lucaslz2020

Because table subscribes to 'scroll' event (which is fired after the scroll is finished, not when the scroll is to start), so it is expected to have a small period of time that table shows white screen. One solution to handle this is to subscribe 'wheel' event, but this would lead to very complicated table implementation (So I did not choose this).

pre-loading is not implemented by now, I am so busy that pre-loading may not be added in a long time.

feichao93 avatar May 12 '21 16:05 feichao93

thanks.

lucaslz2020 avatar May 13 '21 03:05 lucaslz2020