We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3698a43 commit fd9696dCopy full SHA for fd9696d
projects/igniteui-angular/src/lib/grids/state.directive.ts
@@ -223,7 +223,7 @@ export class IgxGridStateDirective {
223
let gridState = {} as IGridState;
224
this.features.forEach(f => {
225
f = f === 'inheritance' ? GridFeatures.ROW_ISLANDS : f;
226
- if (!(this.grid instanceof IgxGridComponent) && (f === FlatGridFeatures.GROUP_BY || f === GridFeatures.ROW_PINNING)) {
+ if (!(this.grid instanceof IgxGridComponent) && f === FlatGridFeatures.GROUP_BY) {
227
return;
228
}
229
const feature = this.getFeature(f);
0 commit comments