How to add input elements inside popups and table cells for user interaction? #111
anilsathyan7
started this conversation in
General
Replies: 1 comment 4 replies
-
You can use the pin feature introduced in latest dev version. DOC: https://pywebio.readthedocs.io/en/dev/pin.html Note that you need install latest dev version. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we can add put_xxx elements inside popups and tables(even buttons). But how can we do the same with input elements eg:- checkbox or select inside a table/popup and access these results through python?
Beta Was this translation helpful? Give feedback.
All reactions