Replies: 1 comment 1 reply
-
Override this property: See |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi to everybody,
I'm using datatables as service in laravel.
I found how add to the footer of a column the sum of that field getting it from serverside.
Now I would want print it in footer also in the export files (PDF and Print).
I'm using snappy as generator. I tried dd($data) in print.blade.php view, but only columns data was sent.
Somebody can tell me how sending also sums in an array with keys (like $data for columns) to the view so I can place them in the right column of the footer?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions