LmnRowData
Generic types: | T |
Data for a row in the table.
Presentation
type LmnRowData = LmnRowBaseInfo & {
/** The data object that the row is representing. */
row: T;
};
Generic types: | T |
Data for a row in the table.
type LmnRowData = LmnRowBaseInfo & {
/** The data object that the row is representing. */
row: T;
};