Skip to content
New issue

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

table组件,行编辑与列编辑的切换 #2719

Open
1 task done
Wade68686 opened this issue Jan 3, 2025 · 1 comment
Open
1 task done

table组件,行编辑与列编辑的切换 #2719

Wade68686 opened this issue Jan 3, 2025 · 1 comment
Labels
enhancement New feature or request realized This function has been implemented

Comments

@Wade68686
Copy link

这个需求解决了什么问题:

 editConfig: {
    mode: 'cell',
    trigger: 'click',
    autoClear: true
  },
  autoClear可以动态的切换,以达到部分情况需要自动清楚,部分情况不需要自动清除的情况
  但是mode不支持,"cell"与"row"之间的动态切换,必须重新渲染表格,对于用户体验很不好

建议的 API 是什么样的:

No response

是否已有其他不错的替代方案:

No response

是否使用当前最新版本?

  • 我已确认是使用当前的最新版本。
@Wade68686 Wade68686 added the enhancement New feature or request label Jan 3, 2025
@xuliangzhan
Copy link
Collaborator

4.10.1+

@xuliangzhan xuliangzhan added the realized This function has been implemented label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request realized This function has been implemented
Projects
None yet
Development

No branches or pull requests

2 participants