You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: this doens't quite work because the table body isn't initially rendered thus the ref is scrollRef is undef
614
-
// This could be remedied perhaps by moving the onLoadMore call to TableBody internally and passing down the scrollRef and other load props via context from body.
615
-
// That would guarentee that the ref for the table body is defined at the time the hook renders. Stashed this change locally, to be discussed.
616
-
// TODO: Depenedent on whether or not we need to support the TableBody being scrollable, or can get away with just having the table resize container or the table itself
617
-
// be scrollable. The vertical scrollbar extending to the column and the table body outline disappearing when horizontally scrolled are some of the problems with this
0 commit comments