@@ -49,51 +49,51 @@ export const GetHeaderCols = ({
4949 } ) ;
5050 console . log ( 'expendedRow' , expendedRow ) ;
5151 return [
52- {
53- width : '3%' ,
54- renderRow : ( pipeline : TPipeline ) => (
55- < FlexBox
56- justifyContent = "center"
57- style = { { paddingTop : '5px' , paddingBottom : '5px' } }
58- >
59- { expendedRow ?. length === 1 ? (
60- < icons . chevronDown color = { iconColors . grey } size = { iconSizes . sm } />
61- ) : (
62- < icons . rightArrow color = { iconColors . grey } size = { iconSizes . sm } />
63- ) }
64- </ FlexBox >
65- // <LinkBox
66- // style={{ padding: 0 }}
67- // onClick={(e: Event) => {
68- // e.stopPropagation();
69- // if (openPipelineIds.indexOf(pipeline.id) === -1) {
70- // setOpenPipelineIds([...openPipelineIds, pipeline.id]);
71- // } else {
72- // setOpenPipelineIds(
73- // openPipelineIds.filter((id: TId) => id !== pipeline.id),
74- // );
75- // }
76- // }}
77- // >
78- // <FlexBox
79- // justifyContent="center"
80- // style={{ paddingTop: '5px', paddingBottom: '5px' }}
81- // >
82- // {openPipelineIds.indexOf(pipeline.id) === -1 ? (
83- // <icons.chevronDownLight
84- // color={iconColors.grey}
85- // size={iconSizes.sm}
86- // />
87- // ) : (
88- // <icons.chevronUpLight
89- // color={iconColors.grey}
90- // size={iconSizes.sm}
91- // />
92- // )}
93- // </FlexBox>
94- // </LinkBox>
95- ) ,
96- } ,
52+ // {
53+ // width: '3%',
54+ // renderRow: (pipeline: TPipeline) => (
55+ // <FlexBox
56+ // justifyContent="center"
57+ // style={{ paddingTop: '5px', paddingBottom: '5px' }}
58+ // >
59+ // {expendedRow?.length === 1 ? (
60+ // <icons.chevronDown color={iconColors.grey} size={iconSizes.sm} />
61+ // ) : (
62+ // <icons.rightArrow color={iconColors.grey} size={iconSizes.sm} />
63+ // )}
64+ // </FlexBox>
65+ // // <LinkBox
66+ // // style={{ padding: 0 }}
67+ // // onClick={(e: Event) => {
68+ // // e.stopPropagation();
69+ // // if (openPipelineIds.indexOf(pipeline.id) === -1) {
70+ // // setOpenPipelineIds([...openPipelineIds, pipeline.id]);
71+ // // } else {
72+ // // setOpenPipelineIds(
73+ // // openPipelineIds.filter((id: TId) => id !== pipeline.id),
74+ // // );
75+ // // }
76+ // // }}
77+ // // >
78+ // // <FlexBox
79+ // // justifyContent="center"
80+ // // style={{ paddingTop: '5px', paddingBottom: '5px' }}
81+ // // >
82+ // // {openPipelineIds.indexOf(pipeline.id) === -1 ? (
83+ // // <icons.chevronDownLight
84+ // // color={iconColors.grey}
85+ // // size={iconSizes.sm}
86+ // // />
87+ // // ) : (
88+ // // <icons.chevronUpLight
89+ // // color={iconColors.grey}
90+ // // size={iconSizes.sm}
91+ // // />
92+ // // ) }
93+ // // </FlexBox>
94+ // // </LinkBox>
95+ // ),
96+ // },
9797 {
9898 render : ( ) => (
9999 < SortingHeader
0 commit comments