datatable - Primefaces Nested table -


i want represent list follows using datatable in primefaces:

+----------+------------+-----------+ |country   |   name     |   age     | +----------+------------+-----------+ |          |    xxxxx   | 25        | |          +------------+-----------+         |        |    yyyyy   |  22       | |          +------------+-----------+ |          |    zzzz    |... +----------+------------+ |          |            |.. .... 

i have list:

list<myobject> 

myobject has following attributes:

country name age 


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -