筛选器下的按钮未出现在 Ag-Grid 中
Buttons under Filter not appearing in Ag-Grid
编辑:Here's a plunkr of my issue
Ag-Grid 提供了一个选项,可以在提供的过滤器下设置 4 个按钮。这些是应用、清除、重置和取消按钮。 Here is an example。我试图在提供的数字过滤器上显示 Apply 和 Reset 按钮,但它没有显示。过滤器工作正常,但没有出现按钮。
这是我的专栏定义:
filter: 'agNumberColumnFilter',
filterParams: {
buttons: ['apply', 'reset']
},
这是它的样子。没有显示按钮
NB:我正在使用 Ag-Grid 23.0.0 社区版和 Angular 9 .
我已经更新到最新版本
"ag-grid-angular": "^23.2.1",
“农业网格社区”:“^23.2.1”,
“农业网格企业”:“^23.2.1”,
现在它适用于 Angular 9 和 TS
编辑:Here's a plunkr of my issue
Ag-Grid 提供了一个选项,可以在提供的过滤器下设置 4 个按钮。这些是应用、清除、重置和取消按钮。 Here is an example。我试图在提供的数字过滤器上显示 Apply 和 Reset 按钮,但它没有显示。过滤器工作正常,但没有出现按钮。
这是我的专栏定义:
filter: 'agNumberColumnFilter',
filterParams: {
buttons: ['apply', 'reset']
},
这是它的样子。没有显示按钮
NB:我正在使用 Ag-Grid 23.0.0 社区版和 Angular 9 .
我已经更新到最新版本 "ag-grid-angular": "^23.2.1", “农业网格社区”:“^23.2.1”, “农业网格企业”:“^23.2.1”,
现在它适用于 Angular 9 和 TS