-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
在使用Table中的FilterTemplate时发现,自定义的Filter在继承FilterBase后,无法访问TableFilter._count,导致只能使用单条件过滤,同时需要设置
TableFilter.ShowMoreButton = false
因为在无法访问TableFilter._count后,无法根据 _count 添加/减少过滤条件
Describe the solution you'd like
将
///
/// 获得/设置 条件数量
///
private int _count;
改为
///
/// 获得/设置 条件数量
///
public int _count;
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request