From 59de71b51b367292dbcfe873dbc907743006d2f5 Mon Sep 17 00:00:00 2001 From: shams mosowi Date: Wed, 2 Oct 2019 15:02:47 +1000 Subject: [PATCH] anchor poper to bottom left --- src/components/Table/ColumnEditor/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Table/ColumnEditor/index.tsx b/src/components/Table/ColumnEditor/index.tsx index 20c78b9d..081ff0ac 100644 --- a/src/components/Table/ColumnEditor/index.tsx +++ b/src/components/Table/ColumnEditor/index.tsx @@ -198,11 +198,15 @@ const ColumnEditor = (props: any) => { id={`id-${column.name}`} open={!!anchorEl} anchorEl={anchorEl} + placement={"bottom-end"} transition > {({ TransitionProps }) => ( - + {/* // TODO: functional flags