We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As described in https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/virtual-scrolling/#scroll-to-row
if you use scrollToRow but are also using the Paging plugin, scrolling fails to detect which page the item is on before attempting to scroll.
scrollToRow
A workaround is to manually determine which page an element is on, and seek to it.
I would classify this as a documentation problem.
Link to the example that reproduces the issue: <put your link here> (you can fork one of our pre-configured examples on CodeSandbox).
The text was updated successfully, but these errors were encountered:
Hi @cellog ,
Thank you for reporting this problem. We’ll add a note to our documentation.
Sorry, something went wrong.
No branches or pull requests
I'm using ...
Current Behaviour
As described in https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/virtual-scrolling/#scroll-to-row
if you use
scrollToRow
but are also using the Paging plugin, scrolling fails to detect which page the item is on before attempting to scroll.A workaround is to manually determine which page an element is on, and seek to it.
I would classify this as a documentation problem.
Expected Behaviour
Steps to Reproduce
Link to the example that reproduces the issue: <put your link here> (you can fork one of our pre-configured examples on CodeSandbox).
Screenshots
Environment
The text was updated successfully, but these errors were encountered: