Skip to content

@jsvision/datagrid / SyntheticPrefix

Interface: SyntheticPrefix

Defined in: datagrid/src/synthetic-columns.ts:21

Which synthetic prefix cells are enabled, and the row count that sizes the gutter.

Properties

checkbox

readonly checkbox: boolean

Defined in: datagrid/src/synthetic-columns.ts:23

Show the per-row selection checkbox + the tri-state header box (opts.checkboxColumn).


rowCount

readonly rowCount: number

Defined in: datagrid/src/synthetic-columns.ts:27

The displayed row count — sizes the gutter to the widest 1-based number.


rowNumbers

readonly rowNumbers: boolean

Defined in: datagrid/src/synthetic-columns.ts:25

Show the 1-based display-number gutter (opts.rowNumbers).