Replies: 1 comment 5 replies
-
The
is probably what you meant. You would then do the connection to selectedRow in the runnable inputs as eval. As for the modal, you just need to add a button to your modal that takes as input your form and run the query of your choice. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I managed to add a button to a table row, that opens a modal, and it shows a form. The attached runnable does this:
But now I don't have a submit button yet.
I also see a "Submit form", which apparently can connect directly to a database query to update a row. However how do I then set the current value? eg.
doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions