Hesham White
Hesham White
> There is a temporary workaround: manually invoke the `scrollInView` when the items changed @kl-nevermore On which element should scrollInView be invoked? Because I tried to call it on the...
Thank you for your reply but neither the tableRef object not the tableRef.current has a scrollIntoView function > tableRef.scrollInView is not a function > TypeError: tableRef.current.scrollInView is not a function...
super, yes it works. Thank you for your help! Hopefully the original bug would be fixed soon
@LukasTy sure. For this specific button(the red circled one), I don’t want to show the years view at all, only the months view and skip the years view. If the...