JsReport native header/footer Issue
-
When I try to align the native footer content right , its not working properly..!
-
please share a demo in playground...
-
https://playground.jsreport.net/w/anon/GNT8c4Ot
I need the Page numbers to be displayed at the right most end, and don't need that date displayed at the top
(When I tried earlier the page numbers were rendering for every page)
-
I need the Page numbers to be displayed at the right most end
you need to set margin bottom in chrome pdf options of the template, this is needed to give the pdf page enough space to display the footer.
and don't need that date displayed at the top
just create a header with empty content, by default chrome adds the date to the pdf page when no content
example updated with the changes: https://playground.jsreport.net/w/bjrmatos/TpX5ykPS
-
Thank you..!