Fixed #15876 - TreeTable: Resizing one column resizes other columns a…#15927
Merged
cetincakiroglu merged 1 commit intoprimefaces:masterfrom Jul 25, 2024
Merged
Fixed #15876 - TreeTable: Resizing one column resizes other columns a…#15927cetincakiroglu merged 1 commit intoprimefaces:masterfrom
cetincakiroglu merged 1 commit intoprimefaces:masterfrom
Conversation
… columns as well the resizing is already done within the method "setWidth" so it doesn't need to be done before that. Doing it twice resulted in adding the delta twice.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Contributor
|
Hi, Could you please link the related issue with the PR? |
Author
|
HI @cetincakiroglu, I put the link to the issue in the initial comment |
Author
|
Hi @cetincakiroglu, could you have a look at this again? I added the link to the issue (so no "needs Issue") and I can't make changes to the code, if it doesn't get reviewed. |
Contributor
|
Hi @B34v0n Thanks a lot for the effort and support! |
This was referenced Aug 16, 2024
This was referenced Aug 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…s well
the resizing is already done within the method "setWidth" so it doesn't need to be done before that.
Doing it twice resulted in adding the delta twice.
fixes #15876
Defect Fixes
When submitting a PR, please also create an issue documenting the error and manually link to an issue or mention it in the description using #<issue_id>.
Feature Requests
Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes.
Smaller scaled feature implementations such as adding a property to a component will be considered for merging.