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

Fix issue triggering edit event on Tabulator #2958

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

philippjfr
Copy link
Member

If we modify a column held by the Tabulator model by attaching a function to it then the model can no longer be serialized and we can no longer trigger events off it. Therefore we need to make a copy of each column before assigning any callbacks to it.

@philippjfr philippjfr added this to the v0.12.6 milestone Nov 29, 2021
@philippjfr philippjfr force-pushed the tabulator_edit_checkbox branch from c77b08b to dd6fc6f Compare November 29, 2021 17:04
@philippjfr philippjfr merged commit d41cadd into master Nov 29, 2021
@philippjfr philippjfr deleted the tabulator_edit_checkbox branch November 29, 2021 17:05
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.

1 participant