seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 273 forks source link

can not use this component with table #208

Closed TranQuocViet closed 7 years ago

TranQuocViet commented 7 years ago

I am facing a problem with this component, i can not use it together table, in my case, i use it to load data into a "react-semantic table" but it don't work look like my hope, when i scroll reach toinfiniteLoadBeginEdgeOffset it auto continue scroll endless to endless. How i can use table together it, point me please ! Thank

vitnguyhiem commented 7 years ago

I have a same issue

ericdvb commented 7 years ago

Just posted a possible solution in https://github.com/seatgeek/react-infinite/issues/220 - I think these are the same issue. Does that solution work for you?

TranQuocViet commented 7 years ago

I think need create a tab by div tag to work with react-infinite. I did that