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
HeaderCell
implementation 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 |