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