0 Replies Latest reply on Jul 22, 2008 11:25 AM by mickgiu

    dataTable and subtable style

    mickgiu

      Hi,
      i'm new of richfaces. I'm working with demo, and i'm trying to get a table with a subtable and subtable has different background from table. I've made these changes from demo sources but background is the same.

      <rich:dataTable
       cellpadding="0" cellspacing="0" width="700" border="0" var="record"
       value="#{report.records}" style="background:#00FF00;">
      
      
      <rich:subTable
       var="expense" value="#{record.items}" style="background:#111111;">
      
      

      Can you help me ?
      Thanks in advance