Google News
logo
JSF - Interview Questions
List benefits of JSF data table tags.
JSF data table tags are used to display relational data in tabular format on JSF view pages.
 
Benefits offered by Data Table tags are :
 
* In order to display data, the data table can iterate over arrays or collection of values.
* Data Table tags offer attributes to modify its data that is displayed on the JSF view page.
Advertisement