RealGrid2 API
Interface
Code128CellRenderer

Code128CellRenderer

Renderer displaying Code128 Barcode

Signature:

export interface Code128CellRenderer extends CellRenderer

Extends: CellRenderer

Remarks

Create a Code128 barcode with the cell value.

[Superclass]

CellRenderer

Example

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

Properties

PropertyTypeDescription
barStylestringBar code style name
type'code128'Type: code128 barcode

Properties Desc

barStyle

Bar class style name for barcode

Type - string


type

Type: code128 barcode

Type - 'code128'