Using colspan in JSF datatable
843844Oct 25 2007 — edited Oct 26 2007Hi,
I want to display one value of the same record in a seperate row of JSF datatable.
Ex :
I want to display a list of records in JSF datatable. Each record has 5 attributes. 4 attribtes of the first record has to be displayed in first row and the 5th attribute has to be displayed in second row.
Similarly 4 attribtes of the second record has to be displayed in third row and the 5th attribute has to be displayed in fourth row. like this for all records.
ie., I don't know how to use "colspan" attrinute for JSF datatable.
Can any one help me.
Thanks in advance.