iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
84 stars 23 forks source link

fix(Table): Enabled scrollToRow for lazy-loading tables #775

Closed bentleyvk closed 2 years ago

bentleyvk commented 2 years ago

Closes #772

Removed onBottomReached from conditionals that disable scrollToRow and added a warning message that users should use scrollToRow with care inside lazy-loaded tables.

Checklist