Add Printjs to infolist action
Hi, in my app i have an infolist with a button 'print'
this action all a route that generate and show a pdf in the browser (same tab)
now i want to add printerjs in order to print it directly
i've added print js with npm
import in app.js
compiled with npm run build
and inspecting the code, the library seems to be loaded right
now
this action all a route that generate and show a pdf in the browser (same tab)
now i want to add printerjs in order to print it directly
i've added print js with npm
import in app.js
compiled with npm run build
and inspecting the code, the library seems to be loaded right
now