简体中文
外观
Home > RichTableRow
行数据:业务数据 + 行元数据(rowMeta)
type RichTableRow<T = any> = T & Partial<RowMetaConfig>;
RowMetaConfig