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
We encountered a new issue with Datagrid resizing after the recent update (#1577), even though the change wasn't supposed to be breaking. We trigger datagrid.resize() after every change in rows to ensure the column widths are updated correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm not sure where to post this.
We encountered a new issue with Datagrid resizing after the recent update (#1577), even though the change wasn't supposed to be breaking. We trigger datagrid.resize() after every change in rows to ensure the column widths are updated correctly.
However, since the setTimeout was removed from the Datagrid renderer in Clarity, we now have to include it in our code:
I'm new to the community, so please let me know where to post things like this.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions