Skip to content

请求改变TableFilter.cs中的条件数量(_count)访问属性 #3162

@ya00ya11

Description

@ya00ya11

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions