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] SetCellAt vs UpdateCellAt #388

Closed
Freymaurer opened this issue Jun 19, 2024 · 0 comments · Fixed by #425
Closed

[Feature Request] SetCellAt vs UpdateCellAt #388

Freymaurer opened this issue Jun 19, 2024 · 0 comments · Fixed by #425
Assignees
Labels
Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature

Comments

@Freymaurer
Copy link
Collaborator

The difference between table.SetCellAt and UpdateCellAt is not very clear. In addition i would really like to have a member which allows me to update the existing cell via function argument, as such:

ActiveTable.UpdateCellAt(columnIndex,rowIndex,
    fun c -> c.UpdateWithOA (new ARCtrl.OntologyAnnotation())
)
@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Jun 19, 2024
@Freymaurer Freymaurer added Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature and removed Status: Needs Triage This item is up for investigation. labels Jun 21, 2024
@HLWeil HLWeil self-assigned this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants