-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
var barCodeOptions = {
width: 2,
height: 100,
format: "CODE128",
displayValue: true,
fontOptions: "",
font: "monospace",
textAlign: "center",
textPosition: "bottom",
textMargin: 2,
fontSize: 20,
background: "#ffffff",
lineColor: "#000000",
margin: 10,
marginTop: undefined,
marginBottom: undefined,
marginLeft: undefined,
marginRight: undefined
}
------
<Barcode options={barCodeOptions} value={row.itemCodes}/>
This doesn't work.
Metadata
Metadata
Assignees
Labels
No labels