I'm developing a small web application for storing data of a hospital's patients in order to learn more about zk and it's amazing features.
My goal this time is when I select a row (checkmark) I want to take the data of the row (red color) to their corresponding textbox (blue) and this works when I choose any row of the table:
Maybe it's a kind of configuration of the listbox or maybe I have to implement a method to get what I want, I don't know.
It will be great if you give me a hand with this.