mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
filter dropdown should be render inside td
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user