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

[column - fix] statically fixed columns, cannot reorder #853

Closed
dsln opened this issue Apr 21, 2016 · 5 comments
Closed

[column - fix] statically fixed columns, cannot reorder #853

dsln opened this issue Apr 21, 2016 · 5 comments

Comments

@dsln
Copy link

dsln commented Apr 21, 2016

I would like to request a feature to fix column positions (not pin) on the left or right of the data grid.

Expected functionality would be that a columnDef would ensure that the placement of columns before (if fixed left) or after (if fixed right) including when dragging columns to new positions would not be allowed.

I believe there is some similar functionality in Example 1 of Grouping With Aggregation as seen here.

@ceolter
Copy link
Contributor

ceolter commented Apr 26, 2016

thanks for input, will stick on list, but no promises on if or when it gets in, as we are busy :)

@ceolter ceolter changed the title [Feature] Allow for fixed column positions on left or right. [column] statically fixed columns, cannot reorder Jan 19, 2017
@ceolter ceolter changed the title [column] statically fixed columns, cannot reorder [column - fix] statically fixed columns, cannot reorder Jan 19, 2017
@seanlandsman
Copy link
Member

tracked by AG-121
https://www.ag-grid.com/ag-grid-pipeline/

@britvik
Copy link

britvik commented Nov 6, 2017

What's the status on this? I can't seem to find AG-121 in the pipeline anymore. I swear I saw it as a candidate for next release like a month ago. Now it's gone :(. I'm waiting for this feature.

@makinggoodsoftware
Copy link
Contributor

Hi,

Thank you for raising this issue for us, at this moment we are reviewing how we process Feature Requests/questions that come through from GitHub.

As I am sure you are aware, we offer two products:

ag-Grid - this is entirely free to use in line with our MIT license
ag-Grid Enterprise - our commercial version which funds the development of both versions.

We currently have a very full pipeline of work which can be viewed here: https://www.ag-grid.com/ag-grid-pipeline/

This will be our priority for the coming months and as a result, we don’t have capacity to take feature requests/questions from GitHub, but you might find that yours has already been raised in our pipeline.

We will do a periodic review of GitHub issues for any bugs raised and these can also be tracked on our pipeline page.

Thanks for your understanding.
ag-Grid Team.

@priyankaviswan
Copy link

priyankaviswan commented Apr 24, 2020

Is there a solution for this issue. Am still able to drag columns to the extreme right inspite of having a pinned column to the right .
{
pinned : 'right',
lockPosition: true,
lockPinned: true,
maxWidth: 50,
suppressMovable: true,
valueGetter : (): string => {
return '...';
},
suppressMenu: true,
}
Iam able to drag columns pass this which should not be ideally possible.

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

No branches or pull requests

6 participants