Closed hunterliu1003 closed 2 years ago
I think it should be possible by replacing window
with the grid container.
Do you plan to add this functionality?
Btw, I send you one time sponsorship for this great component and your hard work. Thanks
I'll take a look this weekend. Thanks for the sponsorship! 👍
@hunterliu1003
This is supported in v1.4.0 now. Let me know if you have any problem with it.
@rocwang
It just worked like a charm. Thank you for implementing this feature soooooo fast!
In my use case, I put a Grid component in a
overflow: auto
element, then the propscrollTo
not workingI think the reason is the prop
scrollTo
is implemented withwindow.scrollTo
.Grid.vue: L114-L120
Do you have any ideas or solutions to improve the
scrollTo
with my use case?