Hi! Right now I am testing baserow.
Therefore I created a test project, which includes a database and a application.
The database contains a gas and a density column.
In the application the user chooses two gases from the database and a percentage for each gas.
Then the user presses the Button at the bottom of the described application.
When the button is pressed I want him to compute the density of the gas * the percentage chosen for each of the two gases and add both together to a single solution.
This solution should then be displayed in a textfield.
But I can’t find an action for the button to compute something. Furthermore I can’t dynamically change the text of a textfield and I can’t see an opportunity to add javascript code to the application.
Can someone help?