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 Consulting
Posts: 2Questions: 1Answers: 0
in Editor
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
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
Thanks