修复 Table 的 footable 展示问题
This commit is contained in:
parent
af3f40021f
commit
95bc3e8029
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue