Appearance
TableViewFilter 数据表视图过滤器
字段定义
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| id | String | - | 过滤器ID |
| name | String | - | 过滤器名称 |
| displayName | String | - | 过滤器显示名称 |
| icon | String | - | 过滤器图标 |
| color | String | - | 过滤器颜色 |
| key | String | - | 过滤器键 |
| roleList | List<String> | new ArrayList<>() | 角色列表 |
| filter | FilterCondition | - | 过滤条件 |
| showCount | boolean | - | 显示计数 |
| countFilter | FilterCondition | - | 计数过滤条件 |
| useCountFilter | boolean | - | 使用计数过滤条件 |
| countColor | String | - | 计数颜色 |
| visibleExpression | String | - | 可见表达式 |
| resetConditionOnSelected | boolean | - | 选中时重置条件 |
| textColor | String | - | 文本颜色 |

