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

🙏随时插入行、列,删除行列 #2624

Closed
1 of 5 tasks
0obuwawao0 opened this issue Mar 25, 2024 · 2 comments
Closed
1 of 5 tasks

🙏随时插入行、列,删除行列 #2624

0obuwawao0 opened this issue Mar 25, 2024 · 2 comments
Labels
🙏feature request 新需求支持 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复 ❌ won't support 需求不合理, 或者是一个业务定制需求, 不应该开发

Comments

@0obuwawao0
Copy link

0obuwawao0 commented Mar 25, 2024

🏷 Version

Package Version
@antv/s2 1.54.7
@antv/s2-react -
@antv/s2-vue -

Sheet Type

  • PivotSheet
  • TableSheet
  • GridAnalysisSheet
  • StrategySheet
  • EditableSheet

🖋 Description

希望像excel一样,随时在数据中间插入行 和 列,删除某行 或 某列,插入后的行或列,都能参与新的编辑,比如 合并 插入图片 编辑等。

🏞 What problem does this feature solve

一个像excel一样的表格,用于排座位类的需求,需要灵活的添加行列。

🧐 Suggest the API

name type default description
insertRow(rowIndex/id) - - 传入当前行的index或id在当前行的下方插入新的空行
insertCol(colIndex/id) - - 传入当前列的index或id在当前列的右方插入新的空列
deleteCol(colIndex/id) - - 传入当前列的index或id在删除当前列
@0obuwawao0 0obuwawao0 added the 🙏feature request 新需求支持 label Mar 25, 2024
@0obuwawao0 0obuwawao0 changed the title 🙏动态的插入行、列,删除行列 🙏随时插入行、列,删除行列 Mar 25, 2024
@github-actions github-actions bot added the 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复 label May 1, 2024
@wjgogogo wjgogogo added the ❌ won't support 需求不合理, 或者是一个业务定制需求, 不应该开发 label Dec 5, 2024
Copy link
Contributor

github-actions bot commented Dec 5, 2024

你好 @0obuwawao0,经过我们的反复讨论, 你的需求过于定制化,不适合直接添加到 S2 中, S2 作为开源框架,只会进行通用能力的增强和自定义接口的开放。你可以通过 S2 提供的自定义能力自行实现,感谢你的理解。

Hello, @0obuwawao0, After our repeated discussions, your needs are too customized and not suitable for implementing directly to S2. As an open source framework, S2 will only enhance general capabilities and open custom interfaces. You can implement it yourself through the customization capabilities provided by S2, thank you for your understanding.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2024
@wjgogogo
Copy link
Contributor

wjgogogo commented Dec 5, 2024

s2 着重展示而非编辑,暂时不会提供对强编辑类诉求的支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙏feature request 新需求支持 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复 ❌ won't support 需求不合理, 或者是一个业务定制需求, 不应该开发
Projects
None yet
Development

No branches or pull requests

2 participants