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

Have both a resizable and locked region within the Bryntum Grid #5381

Closed
marciogurka opened this issue Oct 7, 2022 · 3 comments
Closed

Have both a resizable and locked region within the Bryntum Grid #5381

marciogurka opened this issue Oct 7, 2022 · 3 comments
Labels
feature request forum Issues from forum OEM OEM customer premium

Comments

@marciogurka
Copy link

Forum post

"From what I can tell theres no public solution to have a 3 region grid with both a locked and resizable region at the same time. The regionResize feature of the Bryntum Grid enables the resize of all regions on the grid; in our case we would like the ability of the left region to be resizable and the right region locked."

The following screenshot is an example representation of the desired behavior.

Screen Shot 2022-10-06 at 16 26 49

Currently, we can achieve similar behavior with a fixed prop column, but the region is allowed to overflow the fixed column, which is not the desired behavior as the user suggested.

@marciogurka marciogurka added feature request premium forum Issues from forum OEM OEM customer labels Oct 7, 2022
@marciogurka
Copy link
Author

marciogurka commented Oct 7, 2022

The goal would be to turn possible a configuration similar to this

text : 'First name', field : 'firstName', fixed : true, region : 'left' },

or

{ text : 'First name', field : 'firstName', resizable : false, region : 'left' },

And from there, the column would not be able to be resizable

@matsbryntse
Copy link
Member

SubGrid has this supported already, just not public:


    /**
             * Set to `false` to prevent this subgrid being resized with the {@link Grid.feature.RegionResize} feature
             * @internal
             * @config {Boolean}
             * @default true
             */
            resizable : null,

@matsbryntse
Copy link
Member

Will be public in the next patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request forum Issues from forum OEM OEM customer premium
Projects
None yet
Development

No branches or pull requests

2 participants