My clientHeight – 260 and ScrollHeight – 700 in local My clientHeight – 500 and ScrollHeight – 500 in stage My handleScroll works in local , but not in stage. I tried to set the height on the div – din’t work Tried to update handleScroll on the table doesn’t work at all I added duplicate data to my data in reactTable i see them all, but when i scroll for new data i don’t get the new data. There is data, the APi that pulls in data works fine. I can tell there is something to do with css, can’t tell what will fix the issue.
I tried adding styles to my div , tried duplicating data but it doesn’t load new data can’t tell what’s the issue. the function doesn’t trigger The APi is def working fine , but the action that triggers Api doesn’t work.