-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.在使用Table中的FilterTemplate时发现,自定义的Filter在继承FilterBase后,无法访问TableFilter._count,导致只能使用单条件过滤,同时需要设置 Describe the solution you'd like将 /// 获得/设置 条件数量 /// private int _count; 改为 /// /// 获得/设置 条件数量 /// public int _count; Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
Mar 29, 2024
Replies: 2 comments
-
@ya00ya11 Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ya00ya11 你不需要使用这个啊,你只需要把自己的逻辑写完就行了啊 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ya00ya11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ya00ya11 你不需要使用这个啊,你只需要把自己的逻辑写完就行了啊