Hello,
I have an Ag-Grid where I am facing a difficulty developing the functionality for it. I am a beginner in Dash and JavaScript is not one of my strong skills.
The columns in question are called ‘italy’, ‘iberia’, and ‘southern_europe’.:
The desired functionality is as follows:
all columns are editable. They receive float inputs.
- If the user enters a value in italy and/or iberia: southern_europe should be the sum of both
- if the user enters a value in southern_europe: italy and iberia should be nulled
- if there was already a value in italy and iberia and the user enters a value in southern_europe: this should null italy and iberia and save the newly entered value
- if there was already a value in southern_europe and the user enters a value in italy or iberia: this should do what was mentioned in point 1 above.
Your help is highly appreciated as I have been working on this for hours. What could the solution possibly be?!
Thank you