This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
RomaldyMinaya
Hi,
Is there any way possible to append a row to show information about a subtotal for certains columns ?
Example:
Name | Qty | Price |
---|---|---|
Product 1 | 1 | 100 |
Product 2 | 1 | 200 |
Product 3 | 1 | 100 |
Sub-total | 3 | 400 |
Last updated
jan-vince
I think you can try to override list view.
But I have never used this so this is just a guess.
JeffGoldblum
You could use the backend.list.extendRecords
event to append a single "record" with that information to the end of the collection which would display it at the end of the page.
1-6 of 6