+ {row.filter((_, index) => index < header.length).map((value: ValueType, index: number) => {
+ return (
+
+
+ {value.toString()}
+
+ |
+ );
+ })}
+ {rowOnClick? (
+
+
+
+ {
+ rowOnClick([...row])
+ }}
+ mainAxis="center"
+ crossAxis="center"
+ background={colors.green}
+ >
+
+
+
+
+ |
+ ) : <>>}
+
+ );
+ })}
+