Can someone hint me on how to utilize selection functionality of extendeddatatable in rich:datatable ?
My requirement is each row contains more than 15 columns and all are editable and should be able to scale upto 3000 records in a page.
I’m using JSF 1.2 and richfaces 3.3.3.final with spring webflow.
To use the selection attribute on extendeddatatable:
Declare in your view
Bind your dataTable value to ExtendedTableDataModel : use a org.richfaces.model.DataProvider to provide data to the ExtendedTableDataModel.
The selection is binding to
Last, to retrieve the selected object from your dataprovider :