EXTjs gridfilter: How to clearfilter without reloading store?

后端 未结 4 1874
孤街浪徒
孤街浪徒 2021-01-16 02:03

In extjs GridFilters, is there a way to clear the filters without reloading the store?
This is the rquirement:
There is a grid(#1) and another grid(#2) below the gri

4条回答
  •  日久生厌
    2021-01-16 02:17

    The clearFilters() method available with GridFilter class should be able to clear the filters. Did you give it a try? Also, when does the grid#2 get loaded? according to your first para, when the user select a manager the employees are listed. But in the second para where you stated your requirement, you said the grid#2 is loaded through another function!.. no clear with that though.

提交回复
热议问题