JSF h:dataTable tag is used to render and format HTML table element. It is a rich control tag which can iterate collection or array of values to display data in table format. It also provides attributes to manipulate table data in easy way.
JSF DataTable Tutorial:
- JSF data table (h:datatable) example.
- JSF datatable add row example.
- JSF datatable update row example.
- JSF datatable delete row example.
- JSF datatable get row index example.