Skip to content

Option to scroll smooth to row in scrollTo function #1131

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

Open
santosh1994 opened this issue May 20, 2024 · 2 comments
Open

Option to scroll smooth to row in scrollTo function #1131

santosh1994 opened this issue May 20, 2024 · 2 comments

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} />

@zjdschnappi
Copy link

you can use this way to customize the behavior

tableRef.current.nativeElement.querySelector ...

<Table ref={tableRef} />

can this way work well with virtual table?

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

3 participants