Open liufeisprit opened 5 years ago
See #260
It is I used the wraong anout scrollContainer? could i see the demo?
you don't need to use document.querySelector
in scrollContainer. Just pass the string of the className like this scrollContainer={'.listView'}
you don't need to use
document.querySelector
in scrollContainer. Just pass the string of the className like thisscrollContainer={'.listView'}
yes , i used scrollContainer={'.listView'}
. But it only render first part , the next pages dosen't render real dom
when i need partial scroll , and i set the scrollContainer is partialScroll's dom node . like document.querySelector('....') . but is doesn't work . It only render first part .