hi, I want to ask a question before making a purchase.
I will create a new table using the “index” example (https://www.gridphp.com/demo/demos/promo/customers.php)
I’ll add a numeric column at the end of this table. I want it to sum at the bottom of the page. Is this possible? as an example, I’ll add an amount to the customer list in the demo. At the bottom of each page will be the sum of the amount. if I use the search section, the total amount will be updated according to the search results.
Can you send a sample file because I don’t know coding very well? Or can you show me how to add it?
1 Answers
Yes, that’s doable. We call it footer row.
https://www.gridphp.com/docs/footer-summary/
Just modified main demo to show you.
Your Answer