@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
readonlycheckbox:boolean
Defined in: datagrid/src/synthetic-columns.ts:23
Show the per-row selection checkbox + the tri-state header box (opts.checkboxColumn).
rowCount
readonlyrowCount:number
Defined in: datagrid/src/synthetic-columns.ts:27
The displayed row count — sizes the gutter to the widest 1-based number.
rowNumbers
readonlyrowNumbers:boolean
Defined in: datagrid/src/synthetic-columns.ts:25
Show the 1-based display-number gutter (opts.rowNumbers).