I have a list of lines displayed on the screen. These lines are repeated using the JSF datatable component. Now my requirement is to edit any specific line that the user clicked.
Is there a way to make editable fields when the user clicks on a row. Then the user will fill in the details and save them.
Any suggestions would be appreciated.
source
share