Link to test case: https://jsfiddle.net/BeerusDev/gm10rqp7/238/
Hello,
Here is my old DataTable: Which only does by the current day: https://jsfiddle.net/BeerusDev/gm10rqp7/242/ (full functionality until the stupid reqs changed)
Here is my up to date one where I am trying to finish. The last part where the issue is is within my footerCallback function where I apply the total count. The new req is asking that I have the count for everyday of the week under the table for the current week. https://jsfiddle.net/BeerusDev/gm10rqp7/239/
Based off of the method I am using, is it possible to have the totalCount remain there when it is based off of the current day?