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
I had this problem as well.
On the grid component if you enable sticky headers and the grid is empty and you scroll on the page, we were generating thousands of errors.
Our solution was to turn off sticky headers if grid was empty.
enableStickyHeader={dataSourceVariable?.length > 0}
When there is no data given it throws an error, how to fix this?
The text was updated successfully, but these errors were encountered: