top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the benefits of data table tags in JSF?

0 votes
304 views
What are the benefits of data table tags in JSF?
posted Dec 11, 2017 by Jon Deck

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

JSF dataTable tag is used to display data on JSF view pages. The data bound table components are responsible for displaying the relational data in a tabular format. The tag is used for displaying the data components. The tag iterates over each record in the data source displayed in rows.

The benefits of data table tags in JSF:
1. DataTable can iterate over collection or array of values to display data.
2. DataTable provides attributes to modify its data in easy way

answer Dec 13, 2017 by Frank Lee
...