Skip to content
New issue

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

Option to scroll smooth to row in scrollTo function #1131

Open
santosh1994 opened this issue May 20, 2024 · 1 comment
Open

Option to scroll smooth to row in scrollTo function #1131

santosh1994 opened this issue May 20, 2024 · 1 comment

Comments

@santosh1994
Copy link

Can we give additional options to scroll smooth to the row?

scrollBodyRef.current.querySelector(`[data-row-key="${mergedKey}"]`)?.scrollIntoView();

@linxianxi
Copy link
Contributor

you can use this way to customize the behavior

tableRef.current.nativeElement.querySelector ...

<Table ref={tableRef} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants