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 have encountered an issue with the freeze columns config setting. I get the following error TypeError: Cannot read properties of undefined (reading 'getAttribute') in these circumstances:
if number of total columns < freeze_columns + 1
if screensize is narrow so that the displayed number of columns < freeze_columns ( + 1)
The text was updated successfully, but these errors were encountered:
I have encountered an issue with the freeze columns config setting. I get the following error
TypeError: Cannot read properties of undefined (reading 'getAttribute')
in these circumstances:The text was updated successfully, but these errors were encountered: