Can I make a ui.column clickable (with click events that calls a python function)? #474
-
|
Can I make a ui.column clickable (with click events that calls a python function)? |
Beta Was this translation helpful? Give feedback.
Answered by
ItsCubeTime
Mar 9, 2023
Replies: 1 comment
-
|
To answer my own question: ui.column().on("click", lambda: print("Hi")) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ItsCubeTime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To answer my own question: