It displays the value of data cell by Code39 barcode.
It specifies the type as "code39" when setting the column renderer.
grid.setColumns([{
fieldName: "OrderID",
width: "186",
renderer: {
type: "code39"
},
styles: {
shapeColor: "#ff111111"
},
header: {
text: "Code39"
}
},
...
]);