Code39CellRenderer
Renderer displaying Code39 Barcode
Signature:
export interface Code39CellRenderer extends CellRenderer
Extends: CellRenderer
Remarks
Create a Code39 barcode with the value of the cell.
[Superclass]
Example
//string type
column.renderer = 'code39';
// object type
let column.renderer = {
"type": "code39",
"barStyle": "custom-code39-renderer-bar"
}
Properties
Property | Type | Description |
---|---|---|
barStyle | string | Bar code style name |
type | 'code39' | Type: code39 barcode |
Properties Desc
barStyle
Bar class style name for barcode
Type
- string
type
Type: code39 barcode
Type
- 'code39'