filter dropdown should be render inside td

This commit is contained in:
afc163 2017-05-19 16:02:21 +08:00
parent fa44de3faa
commit 42c3665517

View File

@ -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>