Row selection in Datatable
Hello,
I am using an Extended Datatable to display my data. My data in the backing bean is stored in the form of a DataModel.
Now when the user clicks on the individual rows he should get data for the selected row and then I also want to manipulate the data.Any idea how it can be done?
I dont want to use JavaScript(onRowClick).I want to create a binding with my DataModel somehow in the bean and then use the getRowData method.Am i thinking correctly?
best wishes
Neo

