Merge pull request #585 from RickCole21/master

CRUD propList add columns
This commit is contained in:
liaoxuezhi 2020-05-09 18:10:36 +08:00 committed by GitHub
commit 2262ad899f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,