Removed onBottomReached from conditionals that disable scrollToRow and added a warning message that users should use scrollToRow with care inside lazy-loaded tables.
Checklist
[x] ~Add meaningful unit tests for your component (verify that all lines are covered)~
[x] Verify that all existing tests pass
[x] ~Add component features demo in Storybook (different stories)~
[x] ~Approve test images for new stories~
[x] ~Add screenshots of the key elements of the component~
Closes #772
Removed
onBottomReached
from conditionals that disablescrollToRow
and added a warning message that users should usescrollToRow
with care inside lazy-loaded tables.Checklist