css property not support on firefox while using html option .
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
```
Document
Invoice
Penjualan dan pembelian harian karyawan
No
Nama
Pretty
No
Nama
Pretty
No
Nama
Pretty
No
Nama
Pretty
Invoice Barang
const printJs=window["printJS"]
document.getElementById('btn').onclick=function(){
printJs({
printable:'invoice',
type: 'html',
gridStyle: 'border: 1px solid #3971A5;',
honorColor:true,
font_size:'11px',
css:"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css",
modalMessage:"Silakan print invoice anda"
})
}
```
above is my code
and the result on crhome

and this is the result on firefox

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.