table show_footer? #2135
|
How do I add content to the footer row of a table? |
Answered by
willmcgugan
Mar 30, 2022
Replies: 2 comments 1 reply
|
Second arg in add_column |
0 replies
Answer selected by
hemna
|
ok thanks, that does work. The problem with it is if I'm trying to show totals in the footer, which I Would think might be common, then I have to iterate to build the totals prior to iterating over the fields to call add_row(), since the footer (total values) have to be added at the time of adding the columns, which is prior to adding the rows. It would be nicer if there was a way to say, |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Second arg in add_column