rsuite-table icon indicating copy to clipboard operation
rsuite-table copied to clipboard

Bug with resizing the first column in the Column Group

Open KulovacNedim opened this issue 1 year ago • 2 comments

Versions

package version
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 the resizable prop, right?

The same is in my project - see react and rsuite-table versions above ☝️

KulovacNedim avatar Apr 09 '23 07:04 KulovacNedim

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? image

Sean-He-HXH avatar Jan 11 '24 02:01 Sean-He-HXH

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 👍

KulovacNedim avatar Jan 25 '24 09:01 KulovacNedim