RealGrid2 API
Interface
Code39CellRenderer

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]

CellRenderer

Example

//string type
column.renderer = 'code39';
 
// object type
let column.renderer = {
     "type": "code39",
     "barStyle": "custom-code39-renderer-bar"
}

Properties

PropertyTypeDescription
barStylestringBar 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'