Skip to content

Commit

Permalink
chore(table): renderExpandedRow is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed May 7, 2022
1 parent 08821bb commit 211cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface BaseTableProps extends TdBaseTableProps, StyledProps {
/**
* 渲染展开行,非公开属性,请勿在业务中使用
*/
renderExpandedRow: (params: TableExpandedRowParams<TableRowData>) => ReactFragment;
renderExpandedRow?: (params: TableExpandedRowParams<TableRowData>) => ReactFragment;
}

/**
Expand Down

0 comments on commit 211cdb9

Please sign in to comment.