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
Resizing the column of these table is not working optimal. In these table when move the border of the column the final re-render of the border of the column is not at the same place.
The column typically becomes too wide. For example when decreasing the width of the column by 50%, the end result is 80%.
Or when increasing the width to say 120% the final width become 150%.
Probable fix to change all columns to fixed px width.
Length calculation can be removed from the code (Ruben)
The text was updated successfully, but these errors were encountered:
Resizing the column of these table is not working optimal. In these table when move the border of the column the final re-render of the border of the column is not at the same place.
The column typically becomes too wide. For example when decreasing the width of the column by 50%, the end result is 80%.
Or when increasing the width to say 120% the final width become 150%.
The text was updated successfully, but these errors were encountered: