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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
{'title':"Location","field":'load_location','hozAlign':"center","width":100,'editable':True,'mutator':self.get_location,'editor':"list",'editorParams':{ 'values':["One","Two"], 'defaultValue':None, 'emptyValue':None }},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