Replies: 1 comment
-
So I think you want this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to reset the value of a tabulator row after a new selection has been made on a list column. The issue arises, I think, because I am using a mutator on that column.
cell.get_value()
always returns initial data which does not allow me to appropriately update that value.Should I create some pop-up form instead? Not sure how to track previous updates if they were made in the same session or at least time since the data was created for the table.
I have the following column:
here is the mutator:
This fires when on 'tabulator cell edited' event
CLONE
https://anvil.works/build#clone:TX5IJADW5BLXJTRB=IGU6N4GJMVJGZXZHMS4NRCBH
Beta Was this translation helpful? Give feedback.
All reactions