We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持勾选,部分表单提交的场景会使用到勾选数据提交
实现类似PC端多选的功能
The text was updated successfully, but these errors were encountered:
👋 @QiTea,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
手机端有分页么··?
pc的多选功能是因为鼠标操作可以精准点击,移动设备的屏幕尺寸通常较小,表格中的每一列和每一行都需要紧凑排列以展示更多的有效信息,留给勾选框的空间有限,可能导致用户在尝试勾选时意外触发其他手势或操作。
No branches or pull requests
这个功能解决了什么问题
支持勾选,部分表单提交的场景会使用到勾选数据提交
你建议的方案是什么
实现类似PC端多选的功能
The text was updated successfully, but these errors were encountered: