gpt4 book ai didi

ag-grid - ag 网格 : js : How to find which filter is applied

转载 作者:行者123 更新时间:2023-12-03 10:08:00 27 4
gpt4 key购买 nike

我有数据显示在 ag 网格中。
它有 4 列名称、年龄、运动,并具有以下数据:-

data

现在,当我根据 "sport"过滤数据时,可以说取消选中 "blanks"
我得到以下数据:-
filtered data

1)我的问题是如何获得应用于列的过滤器,
就像在这种情况下,“空白”应用于“运动”。

2)如果我使用刷新数据
api.setRowdata(),应用于列的过滤器丢失

最佳答案

1.how to get the which filter is applied on columns



您可以使用 gridApi.filterManager.allFilters 获取它

检查这个实时示例 ag-grid: Built-In Filters - log the filters applied

应用 ageyear 过滤器,然后单击 Log Filter 按钮。

age: {column: Column, filterPromise: Promise, scope: null, compiledElement: null, guiPromise: {…}}
year: {column: Column, filterPromise: Promise, scope: null, compiledElement: null, guiPromise: {…}}
__proto__: Object

关于ag-grid - ag 网格 : js : How to find which filter is applied,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51039682/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com