yesamer commented on code in PR #2075:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2075#discussion_r1428488620


##########
packages/boxed-expression-component/src/api/BeeTable.ts:
##########
@@ -77,7 +77,7 @@ export interface BeeTableProps<R extends object> {
   onRowDuplicated?: (args: { rowIndex: number }) => void;
   onRowReset?: (args: { rowIndex: number }) => void;
   onRowDeleted?: (args: { rowIndex: number }) => void;
-  onColumnAdded?: (args: { beforeIndex: number; groupType: string | undefined 
}) => void;
+  onColumnAdded?: (args: { beforeIndex: number; currentIndex?: number; 
groupType: string | undefined }) => void;

Review Comment:
   @tiagobento Should we consider this comment solved, right? Can we merge it 
please?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to