Good Afternoon,
Using JSF + Primefaces. I have a dataTable with inputText field, which performs a listner, and when you end the function or pressing tab, the focus would be to input the low line of the same component.
Googled some things, and it seems that's to be done with JavaScript or jQuery, but I have not much knowledge.
It seems that the clientId of the component has something form: dataTable: 0: input, and the number "0" to manipulate the focus. Anyone know how to work the focus of components within the dataTable?
Thank you.