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

Enable tableview value updates with property setter #125

Merged
merged 2 commits into from
Jan 8, 2022

Conversation

israel-dryer
Copy link
Owner

Added setter to TableRow.values so that you can update the row values simply. The refresh method is called automatically within the setter so that the underlying Treeview is updated as well.

I updated the configure method so that it catches the update to values and passes is through to the property. This will ensure everything stays in sync.

Fixed a bug related to sort in previous removal of the original_index property

@israel-dryer israel-dryer added bug Something isn't working enhancement New feature or request labels Jan 8, 2022
@israel-dryer israel-dryer merged commit f07c207 into master Jan 8, 2022
@israel-dryer israel-dryer linked an issue Jan 8, 2022 that may be closed by this pull request
@israel-dryer israel-dryer deleted the enable-tableview-value-updates branch January 17, 2022 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add methods to batch insert and delete records from Tableview
1 participant