You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, nice to meet you guys, congratulations on the project you have, I was reviewing the documentation and I saw that there is nothing related to obtaining the OnScrolling event,
I was trying to fix it by adding a reference (ref) to the div container and capturing the scrolling event and I saw that it works, always when the "fixedHeader" value is disabled.
But I would also like to have this static value, I mean having fixHeader = true.
I see that if this value is true it no longer captures anything in the scrolling, I see that the react-data-table component does not expose anything referenced to obtain the onScrolling event, perhaps this could be an improvement, so that the component is more robust .And thank you in advance, I use react-data-table-component quite a bit. :)
fixedHeader = FALSE
fixedHeader = TRUE
Stop capturing the event
The text was updated successfully, but these errors were encountered:
Hello, nice to meet you guys, congratulations on the project you have, I was reviewing the documentation and I saw that there is nothing related to obtaining the OnScrolling event,
I was trying to fix it by adding a reference (ref) to the div container and capturing the scrolling event and I saw that it works, always when the "fixedHeader" value is disabled.
But I would also like to have this static value, I mean having fixHeader = true.
I see that if this value is true it no longer captures anything in the scrolling, I see that the react-data-table component does not expose anything referenced to obtain the onScrolling event, perhaps this could be an improvement, so that the component is more robust .And thank you in advance, I use react-data-table-component quite a bit. :)
fixedHeader = FALSE
fixedHeader = TRUE
Stop capturing the event
The text was updated successfully, but these errors were encountered: