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

[Feature] insertColumns without loop #1125

Open
sinkcup opened this issue Nov 23, 2024 · 2 comments
Open

[Feature] insertColumns without loop #1125

sinkcup opened this issue Nov 23, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sinkcup
Copy link

sinkcup commented Nov 23, 2024

I hope there is a function to insert columns without loop.

now

stateManager.insertColumns(0, [column0]);
stateManager.insertColumns(1, [column1]);
stateManager.insertColumns(2, [column2]);

expect

stateManager.insertColumns(0, [column0, column1, column2]);
@sinkcup sinkcup added the enhancement New feature or request label Nov 23, 2024
@stan-at-work
Copy link

I would looking at https://github.com/doonfrs/pluto_grid_plus for a maintained pluto_grid_version

@stan-at-work
Copy link

@sinkcup Please create this issue in pluto_grid_plus. and tag me i will create the feature for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants