LmnTableCellContext
Generic types: | DATA |
Context for a cell in the table, including signals for reactive updates.
Presentation
type LmnTableCellContext = EmbeddedViewContext <DATA> & {
columnName: WritableSignal <string>;
columnIndex: WritableSignal <number>;
selectionDisabled: Signal <boolean>;
};