Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with resizing the first column in the Column Group #421

Open
KulovacNedim opened this issue Apr 9, 2023 · 2 comments
Open

Bug with resizing the first column in the Column Group #421

KulovacNedim opened this issue Apr 9, 2023 · 2 comments

Comments

@KulovacNedim
Copy link

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 ☝️

@Sean-He-HXH
Copy link

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

@KulovacNedim
Copy link
Author

KulovacNedim commented Jan 25, 2024

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants