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
Is there any way to figure out the current height and width of the scroll area? I need to determine if the table currently requires scrolling.
My suggestion would be to adapt the getBounds on the dataGridRef to return the full height & width of the scroll area (dvn-stack) if no col and row is specified.
The text was updated successfully, but these errors were encountered:
Is there any way to figure out the current height and width of the scroll area? I need to determine if the table currently requires scrolling.
My suggestion would be to adapt the
getBounds
on the dataGridRef to return the full height & width of the scroll area (dvn-stack
) if nocol
androw
is specified.The text was updated successfully, but these errors were encountered: