Has editor added the ability to do summary totals in the footer yet?

Has editor added the ability to do summary totals in the footer yet?

MLA ConsultingMLA Consulting Posts: 2Questions: 1Answers: 0

I see that datatables has an api to put column summaries in the footer.
I've seen reference to editor not having that functionality.
Has that status changed? Is there an easy way for me to implement it in Editor?
Thanks

Answers

  • kthorngrenkthorngren Posts: 20,142Questions: 26Answers: 4,736
    edited September 2022

    The Editor does not display any data. Typically it is used with Datatables which will display the table data. However Editor can be used without Datatables. If you are using Datatables then use the footerCallback to calculate and display the column totals, see this example. If you are using something else to display the data then you will need to refer to the documentation for that library to learn how to display data sums.

    Kevin

  • MLA ConsultingMLA Consulting Posts: 2Questions: 1Answers: 0

    Thanks

Sign In or Register to comment.