crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

type='json' footer not working #685

Open chariyevaga opened 1 year ago

chariyevaga commented 1 year ago

printJS({ printable: orders, properties: tableColumns, footer: '<h2>test</h2>', type: 'json', gridStyle: 'border: 1px solid lightgray; margin-bottom: -1px;padding:5px', });

angelobj commented 1 month ago

I have the same issue. Did you find a solution?