修复 Table 的 footable 展示问题

This commit is contained in:
2betop 2020-06-02 10:56:16 +08:00
parent af3f40021f
commit 95bc3e8029
1 changed files with 1 additions and 1 deletions

View File

@ -1767,7 +1767,7 @@ export default class Table extends React.Component<TableProps, object> {
? filter(rowClassNameExpr, item.data)
: rowClassName
)}
columns={columns}
columns={store.footableColumns}
renderCell={this.renderCell}
render={render}
onAction={onAction}