jomarko commented on code in PR #2681:
URL:
https://github.com/apache/incubator-kie-tools/pull/2681#discussion_r1877768286
##########
packages/boxed-expression-component/src/api/BeeTable.ts:
##########
@@ -97,6 +97,10 @@ export interface BeeTableProps<R extends object> {
shouldShowColumnsInlineControls: boolean;
resizerStopBehavior: ResizerStopBehavior;
lastColumnMinWidth?: number;
+ /** Index of the column, where the evaluation hits count should be
displayed. If not set, evaluation hits count number is not shown. */
+ evaluationHitsCountColumnIndex?: number;
+ /** Method should return true for table rows, that can display evaluation
hits count, false otherwise. If not set, BeeTableBody defaults to false. */
+ getEvaluationHitsCountSupportedByRow?: (row: ReactTable.Row<R>) => boolean;
Review Comment:
understand, done
--
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]