ASP.NET MVC DataTable sum column – Jquery ajax
I am needing to sum the "Total" column. I would like to add the result to the footer of the table. <script> $(document).ready(function () { $("#orderTable").DataTable( { "ajax": { "url": "/Orders/GetList", "type": "GET", "datatype": "json" }, "columns": [ { "data":…