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

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

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

0obuwawao0 opened this issue Mar 25, 2024 · 0 comments
Labels
🙏feature request 新需求支持 💤 inactive 不活跃的 Issue 或 PR, 30天没有回复

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
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天没有回复
Projects
None yet
Development

No branches or pull requests

1 participant