Is there any way possible to append a row to show information about a subtotal for certains columns in ListController? OC v.3
Example:
Hi @andrewJEE
This is not a feature available in the List widget. Sub totals are much simpler in execution, they don’t use pagination or complex queries, so it would be much easier to just use a HTML partial for this.
Thank you very much. I will do just that.
Thinking more about this today, you should be able to specify a customViewPath and then override any of the List widget’s view files.
customViewPath
It might be worth exploring…