-
First of all thanks for your work. I'm using your table component for creating a bigger component that will allow me to select an element, then it will use an event to notice my wizard form that something is selected.
But now I need to only allow one selected row in this case so added public bool $multiple=false attribute, and i'm trying to use updating hook to stop the second row to being selected. ¿What am I doing wrong? Here is my code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved it.
I didn't understand very well that I had to make the change on the updated hook. Now it works. |
Beta Was this translation helpful? Give feedback.
I solved it.