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
useViewportData currently calls setViewport(0) whenever the associated table size changes. This makes sense for filtered data on tables that don't change very frequently, but it's not the best option for ticking tables. This should be smarter to handle both ticking and filtered scenarios appropriately. (probably makes sense to work on this as part of ComboBox since it would support both filtering and ticking)
The text was updated successfully, but these errors were encountered:
useViewportData
currently callssetViewport(0)
whenever the associated table size changes. This makes sense for filtered data on tables that don't change very frequently, but it's not the best option for ticking tables. This should be smarter to handle both ticking and filtered scenarios appropriately. (probably makes sense to work on this as part of ComboBox since it would support both filtering and ticking)The text was updated successfully, but these errors were encountered: