-
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.当我用SelectObject实现一个弹出多选表格的弹出层,选择完成之后,只能返回一个TItem,需要用很多代码来弥补 这个不足 Describe the solution you'd like希望支持选择完成后,能够返回一个List Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
j4587698
Nov 24, 2025
Replies: 3 comments
-
|
@LuoKaijin Thank you for contacting us. We will give feedback later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@LuoKaijin 应该支持的啊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
这里的TItem可以是List这样的List,所以本身SelectObject就支持多选。你只要里面的Temlate返回一个List这样的东西就可以了 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ArgoZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这里的TItem可以是List这样的List,所以本身SelectObject就支持多选。你只要里面的Temlate返回一个List这样的东西就可以了