0

我正在使用 sencha extjs 6.2 gpl 版本。

我有一个三列具有列表过滤器的网格。在第 1 列上应用列表过滤器后,我希望使用与第 1 列选择相关的所有列表项来更新第 2 列过滤器列表。但在我的情况下,虽然列表在第 1 列上被正确过滤,但在第二列过滤器列表中,来自整个商店的所有不同值都存在,而我只想过滤。这是我的具有过滤器的列。

  { text: 'District', dataIndex: 'district', flex: 1, filter: { type: 'list'}},
  { text: 'Tehsil', dataIndex: 'tehsil', flex: 1, filter: { type: 'list'}},
  { text: 'Union Council', dataIndex: 'uc', flex: 1, filter: { type: 'list'}},

我想根据选择级联过滤器列表。任何帮助我怎么能这样做。

4

0 回答 0