-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
There is an issue when comparing the checkboxColumn and treeColumn.
The checkboxColumn variable contains a list filtered by the condition showCheckbox = true. The treeColumn variable represents the first column of the column list.
Later, a strict comparison occurs between checkboxColumn (which is a list of objects) and treeColumn (which is always an object). Therefore, the comparison will always evaluate to false, leading to a false positive message: 'ShowCheckBox column should not be defined other than the tree column'.
Metadata
Metadata
Assignees
Labels
No labels