Footer sum not properly updating when columns are reordered

Footer sum not properly updating when columns are reordered

airmasterairmaster Posts: 72Questions: 15Answers: 2
edited October 2019 in Free community support

If you reorder the columns, and then change the # of pages in the table, the footer sum doesn't properly update.

See this example.

The examples seem to refer to the tables by column ID, should we do it by name instead? Is this order preserved across column reordering?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    Hi @airmaster ,

    Because the column has moved, you need to use colReorder.transpose() to get its current position for the footer information. See your updated example here.

    Cheers,

    Colin

  • airmasterairmaster Posts: 72Questions: 15Answers: 2

    Perfect! Might want to include this in the examples as a comment.

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Tbh I thought there was one, just checked and there isn't! I've added one now, thanks for the suggestion. It'll appear on the next site rebuild (normally when the releases are made).

    C

This discussion has been closed.