[working] add grid filter
This commit is contained in:
@ -198,6 +198,7 @@
|
||||
key: 'c2a',
|
||||
caption: '下拉',
|
||||
type: Grid.ColumnTypes.Dropdown,
|
||||
allowFilter: true,
|
||||
source: item => {
|
||||
if (item.source == null) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Reference in New Issue
Block a user