pythonguy123
In an app, in a table, if a button is clicked, a way to get thisRow(field) pass into inline script
I think I figured this out: I put this into runnable inputs: nameOfMyTable.selectedRow.id
Where id is whatever field name you need to pass in, from that table's row.
4 replies
In an app, in a table, if a button is clicked, a way to get thisRow(field) pass into inline script
The closest thing I could find was selectedRow (object) from https://www.windmill.dev/docs/apps/app_configuration_settings/table#table-input
But I'm not sure how to reference that as part of runnable inputs, so that my button's inline script will be fed the field from the table's clicked row.
4 replies