Fix Issue 2127: DataTable column head menu is badly positioned (#2135)
* update dropdownPlacement and dropdownOffset * use default position
This commit is contained in:
@ -32,8 +32,8 @@ export const ColumnHeadWithDropdown = ({
|
||||
primaryColumnKey={primaryColumnKey}
|
||||
/>
|
||||
}
|
||||
dropdownPlacement="bottom-start"
|
||||
dropdownHotkeyScope={{ scope: column.key + '-header' }}
|
||||
dropdownOffset={{ x: 0, y: -8 }}
|
||||
/>
|
||||
</DropdownScope>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user