无法绑定到 'groupDisplayType',因为它不是 'ag-grid-angular' 的已知 属性

Can't bind to 'groupDisplayType' since it isn't a known property of 'ag-grid-angular'

我正在尝试绑定 groupDisplayType 属性,但看起来 属性 已在最新版本的 Ag-Grid 中删除。我正在使用 25.1.0.

<ag-grid-angular
    [columnDefs]="columnDefs"
    [groupDisplayType]="groupDisplayType"
    /* other grid options ... */>
</ag-grid-angular>

错误:

NG8002: Can't bind to 'groupDisplayType' since it isn't a known property of 'ag-grid-angular'.
1. If 'ag-grid-angular' is an Angular component and it has 'groupDisplayType' input, then verify that it is part of this module.
2. If 'ag-grid-angular' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

6     [groupDisplayType]="groupDisplayType"

Ag-grid 网站上有一些在线示例,但它们似乎使用的是旧版本的 ag-grid。

是否有任何替代方法可用于绑定 groupDisplayType

groupDisplayType 的概念仅在版本 26.0.0 上引入 Ag Grid。

您需要升级到 26+ 才能使用它。使用旧版本的 Ag Grid 时,请始终使用与您的版本相关的文档,在这种情况下:https://www.ag-grid.com/archive/25.1.0/angular-grid/