The main purpose of this cell is to mark its content as not focusable and read-only. Usually used to mark header rows and columns.
Implementation
- Open HeaderCellimplementation on github
Interface declaration
interface HeaderCell extends Cell {
    type: 'header',
    text: string,
}| Property name | Type | Property description | 
|---|---|---|
| type | header | Type of cell template | 
| text | string | Content of cell |