DataSpreadsheetCell extends DataGridCell

The cell element for a DataSpreadsheet. A focusable identity/styling shell over DataGridCell: selection painting, editing, and keyboard navigation are all driven by the DataSpreadsheet controller against the row/column model (off-screen cells don't exist, which is why the Spreadsheet's cell-centric model doesn't fit). Its only role is a distinct tag for the CSS selectors / cellSelector.

Constructor

new DataSpreadsheetCell()

Instance Methods

Bind this (possibly recycled) cell to a row/column/record and render it.

Returns

Detach this cell: de-register from its column, wipe all per-binding state so the pooled element is clean, and return it to the grid's cell pool. Mirrors DataGridRow#unmount.