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 #115

Open
sinkcup opened this issue Dec 9, 2024 · 4 comments
Open

[Feature] insertColumns without loop #115

sinkcup opened this issue Dec 9, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@sinkcup
Copy link

sinkcup commented Dec 9, 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 Dec 9, 2024
@stan-at-work
Copy link

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]);

When @doonfrs is back active i will look at it.

@doonfrs
Copy link
Owner

doonfrs commented Dec 10, 2024

@stan-at-work
Hi, I am here

@stan-at-work
Copy link

What do you meqan with loop? I don't under stand your request. There is a list to provide the columns ?

@stan-at-work
Copy link

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]);

Both your examples work. So this is completed?

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

3 participants