ali-react-table
ali-react-table copied to clipboard
Fast scrolling will cause a white screen, is it possible to have a pre-loading
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.
thanks.