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
so when resizing a column with a handler @mousdown as in the document example. Is there a way to set a min width where the table stops updateing the tableInstance.value?.getState().columnSizing.
Is there something by default, or do we need to implement this. For now i did not find any non hacky way to do this.
I added a gif wehre you can see the behaviour, the internal states continues to updated even to the drag handler reached the min Width.
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,
so when resizing a column with a handler @mousdown as in the document example. Is there a way to set a min width where the table stops updateing the
tableInstance.value?.getState().columnSizing
.Is there something by default, or do we need to implement this. For now i did not find any non hacky way to do this.
I added a gif wehre you can see the behaviour, the internal states continues to updated even to the drag handler reached the min Width.
br
Beta Was this translation helpful? Give feedback.
All reactions