mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
filter dropdown should be render inside td
This commit is contained in:
parent
fa44de3faa
commit
42c3665517
@ -228,6 +228,7 @@ export default class FilterMenu extends React.Component<FilterMenuProps, any> {
|
||||
overlay={menus}
|
||||
visible={this.neverShown ? false : this.state.visible}
|
||||
onVisibleChange={this.onVisibleChange}
|
||||
getPopupContainer={triggerNode => triggerNode.parentNode as HTMLElement}
|
||||
>
|
||||
{this.renderFilterIcon()}
|
||||
</Dropdown>
|
||||
|
Loading…
Reference in New Issue
Block a user