v7.3.0

RowNumberColumn

A column that displays the row number in each cell.

There is no editor, since the value is read-only.

const grid = new Grid({
  appendTo : targetElement,
  width    : 300,
  columns  : [
    { type : 'rownumber' }
  ]
});

See also

No results

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    CSS variables

    CSS variables that can be set to adjust appearance
    Name Description
    --b-row-number-column-background Cell background
    type: rownumber

    Source path

    Grid/column/RowNumberColumn.js

    Contents