[working] add grid filter

This commit is contained in:
2023-04-24 15:07:36 +08:00
parent 530c687bd9
commit 4096068a62
8 changed files with 347 additions and 3060 deletions

View File

@ -198,6 +198,7 @@
key: 'c2a',
caption: '下拉',
type: Grid.ColumnTypes.Dropdown,
allowFilter: true,
source: item => {
if (item.source == null) {
return new Promise((resolve, reject) => {