Using Tomahawk/facelets/MyFaces, how do we implement a Collapsible Table. Example Below

Name     Orders        Amount
+Smith    500            $2,500
+Doe     1000           $5,000

Clicking Smith will show hidden data
Name     Orders        Amount
-Smith    500            $2,500
             100            $1,000
             300            $1,000
             100            $500
+Doe     1000           $5,000

Reply via email to