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 Request] ARCTable AddColumnFill #399

Closed
HLWeil opened this issue Jul 5, 2024 · 0 comments · Fixed by #422
Closed

[Feature Request] ARCTable AddColumnFill #399

HLWeil opened this issue Jul 5, 2024 · 0 comments · Fixed by #422

Comments

@HLWeil
Copy link
Member

HLWeil commented Jul 5, 2024

Motivation

Often you want to add a new column to the ArcTable, where every cell value is the same. Instead of having to create an array of identical values before calling AddColumn, it would be nice to have a function which fills in the single given value for the length of the table.

Describe the solution you'd like

Add an ArcTable member with the name "AddColumnFill" with two required parameters, a header and cell. Adds a new column with the given header and sets this cell for every row of this new column.

The optional parameters should be according to the ones in "AddColumn".

@HLWeil HLWeil assigned HLWeil and unassigned HLWeil Jul 5, 2024
@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Jul 5, 2024
olscholz added a commit to olscholz/ARCtrl that referenced this issue Jul 26, 2024
@github-project-automation github-project-automation bot moved this to Done in ARCStack Jul 26, 2024
@HLWeil HLWeil removed the Status: Needs Triage This item is up for investigation. label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant