table show_footer? #2135
-
How do I add content to the footer row of a table?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Second arg in add_column |
Beta Was this translation helpful? Give feedback.
-
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,
|
Beta Was this translation helpful? Give feedback.
Second arg in add_column