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
If you look at this example https://table.rsuitejs.com/#column-group you'll notice that the firstName column is not resizable and should be since it has the resizable prop, right?
The same is in my project - see react and rsuite-table versions above ☝️
The text was updated successfully, but these errors were encountered:
I red the code, in the getTableColumns file, the when the group children column index is 0, the resizable set to false, I'm wondering what is the reason? And when will you open the the resizable function for first column?
And when will you open the the resizable function for first column?
Whenever I need it 😄
Honestly, PR was opened 9 months ago (!), I can't remember why I needed it anymore. But I had a use-case, otherwise I wouldn't have thought of it at all.
I don't need it anymore. The library is yours - if you don't want to support it, I'm fine with that 👍
Versions
react
17.0.1
rsuite-table
5.10.3
What is the expected behavior?
What is the current behavior?
If you look at this example https://table.rsuitejs.com/#column-group you'll notice that the
firstName
column is not resizable and should be since it has theresizable
prop, right?The same is in my project - see react and rsuite-table versions above ☝️
The text was updated successfully, but these errors were encountered: