-
Hi Everyone, Anyone got an idea on how to implement this? For example I have column 'Amount' and would like to add the total of 'Amounts' of filtered rows at the footer. Any way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I do not believe we have a current way to do this without you completely copying and modifying the views. |
Beta Was this translation helpful? Give feedback.
-
Hello. Is there a way to get the grand total of all rows from all pages? The only thing that I can think of was to create a custom view and put the totals there. The problem that I face now is that I don't know how to apply the filters to the query. I dag into the code and I saw that there is a method called |
Beta Was this translation helpful? Give feedback.
I do not believe we have a current way to do this without you completely copying and modifying the views.