style: added a divider
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
857ebabf16
commit
7e54cb6aa2
@@ -194,6 +194,7 @@ const CellContextMenu = (properties: CellContextMenuProps) => {
|
|||||||
{t("cell_context.freeze_rows", { row })}
|
{t("cell_context.freeze_rows", { row })}
|
||||||
</ItemNameStyled>
|
</ItemNameStyled>
|
||||||
</StyledMenuItem>
|
</StyledMenuItem>
|
||||||
|
<MenuDivider />
|
||||||
<StyledMenuItem
|
<StyledMenuItem
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
onUnfreezeColumns();
|
onUnfreezeColumns();
|
||||||
|
|||||||
Reference in New Issue
Block a user