ag-grid / ag-grid

The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
http://www.ag-grid.com
Other
12.61k stars 1.85k forks source link

Row group pinning does not pin column group #8660

Open san22230165 opened 3 weeks ago

san22230165 commented 3 weeks ago

in angular ag-grid, when pinning a column(pinned: true) (where pinned column is part of a group), shows only the pinned column other columns are not shown, where its visible previously. Basically, in a column group , is it possible to pin only a particular column(Where other column are still visible).

I tried applying following ways: 1.pinned: true only for a column in a group 2.pinned: true for all columns in a group 3.pinned: true to group header

  1. the below code: this.autoGroupColumnDef = { headerName: 'Currency', pinned: true };

I tried all ways. Also see the previous post: https://github.com/ag-grid/ag-grid/issues/1890 Please check if this can be done.

SrikanthP0548 commented 3 weeks ago

Did you try this one?

https://github.com/ag-grid/ag-grid/issues/2152

san22230165 commented 3 weeks ago

Hi, I tried with the above stuff. but no luck, its not working.

Following are my ag-grid versions: "ag-grid-angular": "29.0.0", "ag-grid-community": "29.0.0", "ag-grid-enterprise": "29.0.0",

Do we have any limitation of ag-grid for above stuff?