mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-14 17:01:14 +08:00
chore: table 不应该透传 autoGenerateFilter (#5998)
This commit is contained in:
parent
0303526739
commit
3e2dd1c169
@ -459,7 +459,8 @@ export default class Table extends React.Component<TableProps, object> {
|
||||
'autoFillHeight',
|
||||
'onSelect',
|
||||
'keepItemSelectionOnPageChange',
|
||||
'maxKeepItemSelectionLength'
|
||||
'maxKeepItemSelectionLength',
|
||||
'autoGenerateFilter'
|
||||
];
|
||||
static defaultProps: Partial<TableProps> = {
|
||||
className: '',
|
||||
|
Loading…
Reference in New Issue
Block a user