CRUD propList add columns

This commit is contained in:
rickcole 2020-05-09 18:08:22 +08:00
parent 337f7fd116
commit 9e4a5efb4b
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ export default class CRUD extends React.Component<CRUDProps, any> {
'loadDataOnce',
'loadDataOnceFetchOnFilter',
'source',
'header'
'header',
'columns'
];
static defaultProps = {
toolbarInline: true,