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