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

add cell.setEdited and table.setCellEdited features #4485

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nmih
Copy link

@nmih nmih commented Apr 27, 2024

Implements feature request #4443

This adds a new function to the cell component setEdited and the table component setCellEdited that allows a developer to programmatically mark a cell as edited. The rationale is in the linked issue - basically we want to be able to control this flag and also provide a mirror function to clearEdited.

This has been tested by manually calling the method, checking the isEdited() method to see if it is true, and finally by calling table.getEditedCells() to see if the cell shows up in that array.

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

Successfully merging this pull request may close these issues.

None yet

1 participant