简体中文
外观
Home > RichTableProps > rowKey
行唯一标识字段或提取函数,默认 'id'
rowKey?: keyof T | ((row: T, index: number) => string);