SpreadsheetCell extends TableCell

The cell for Spreadsheet

Example

JS
new SpreadsheetCell({
    record: { name: 'Corey Seager', position: 'SS', bats: 'L' },
    column: new SpreadsheetColumn({ render: record => record.name })
})

Constructor

new SpreadsheetCell(options)
options : Object optional
readonly : boolean optional

make the cell present, but inactive (won't generate input)

record : Object | function optional

Instance of a record or function that returns a record

column : Object optional

Instance of a TableColumn

content : string | HTMLElement | Array | Object optional

content to append to element. Passed to Dolla's content