fix: checkbox list cannot be selected within the table
This commit is contained in:
@@ -389,6 +389,7 @@ export class Position {
|
||||
return {
|
||||
index,
|
||||
isCheckbox:
|
||||
tablePosition.isCheckbox ||
|
||||
tdValueElement.type === ElementType.CHECKBOX ||
|
||||
tdValueElement.controlComponent ===
|
||||
ControlComponent.CHECKBOX,
|
||||
|
||||
Reference in New Issue
Block a user