Fixed #5105 - Highlight state changes on Checkbox selection mode

This commit is contained in:
tugcekucukoglu 2024-01-18 16:05:30 +03:00
parent 7b7eb3df1d
commit 19f9813d16
6 changed files with 16 additions and 4 deletions

View file

@ -360,7 +360,7 @@ const classes = {
if (props.selection) {
rowStyleClass.push({
'p-highlight': instance.isSelected
'p-highlight': instance.isSelected && instance.$parentInstance.$parentInstance.highlightOnSelect
});
}