Hi, Here's what I need to do:
|>|[ ]|Name |Email |Phone +-+---+--------+---------+--------- |>|[ ]|Matt |[EMAIL PROTECTED]|123-4567 |>|[ ]|John |[EMAIL PROTECTED]|234-5678 When ">" is clicked, the following should happen: |>|[ ]|Name |Email |Phone +-+---+--------+---------+--------- |>|[ ]|Matt |[EMAIL PROTECTED]|123-4567 |Name: Matt |Email: [EMAIL PROTECTED] |Phone:123-4567 |Birthday:06-02-75 |Shoesize:12 |>|[ ]|John |[EMAIL PROTECTED]|234-5678 Currently, the table itself is renderen with a dataTable. However, I need some clever way - ie. by using collapsiblePanel - to gain the fold/fold-out function for displaying user details. However, for obvious reasons, I can only get the collapsiblePanel working (for now only in un-folded state) for the specific cell it is rendered in (the ">" cell). Is there some way _at all_ I can make the contents "break out" of that cell? Or should I implement this functionality in a completely different way? Best regards, Casper Helenius, Denmark -- View this message in context: http://www.nabble.com/Creative-use-of-dataTable-and-collapsiblePanel-tf3193241.html#a8865211 Sent from the MyFaces - Users mailing list archive at Nabble.com.

