ICEfaces
  1. ICEfaces
  2. ICE-8825

ace:dataTable - Summary row is not updated with the correct data

    Details

    • Assignee Priority:
      P1
    • Salesforce Case Reference:
    • Workaround Description:
      Hide
      Change:
                              <ace:column colspan="1">
                                  <h:outputText id="stockTotal" value="#{testBean.groupTotal('item.itemType', 'item.itemStock', index)}"/>
                              </ace:column>
      to:
                              <ace:column colspan="1">
                                  #{testBean.groupTotal('item.itemType', 'item.itemStock', index)}
                              </ace:column>
      Show
      Change:                         <ace:column colspan="1">                             <h:outputText id="stockTotal" value="#{testBean.groupTotal('item.itemType', 'item.itemStock', index)}"/>                         </ace:column> to:                         <ace:column colspan="1">                             #{testBean.groupTotal('item.itemType', 'item.itemStock', index)}                         </ace:column>

      Description

      An ace:dataTable is set to show a summary row for totals of a column. On the first load of the table contents the summary row calculation is displayed correctly. If the table us reloaded with different data, but had the same number of rows, the summary row calculations are in correct.

      The data coming from the server is correct as well as the update that is sent. The client side simply does not show the correct data.

        Activity

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: