Does the latest version of buttons support printing the grouping header rows
Does the latest version of buttons support printing the grouping header rows
I am currently using the following versions: DataTables 1.10.24, Buttons 1.7.0, Print view 1.7.0, Editor 2.0.2, Row Group 1.1.2
When printing the grouping headers are not shown. I have tried upgrading all but Editor (not upgraded yet) but get errors in the editor js related to _fnExtend. I will post more details if needed but what I really want to know is if the latest version of buttons supports printing the grouping headers. If it does then I can get an upgrade of Editor approved. If not then it is not worth the upgrade right now.
This question has an accepted answers - jump to answer
Answers
No, I'm afraid it does not, sorry. That is something that is missing in the print button - in part because the grouping of the rows happens on the displayed rows only, I need to abstract that out so the grouping can happen on any rows and hook Buttons into that.
Allan
You might be interested in my solution presented in this thread. Haven't tested it with DT 2.0 and buttons 3.0 though.
Kevin
Thanks for the quick response Allan! Appreciate it.