Hi,
Removed the method and tested, it doesnt change anything
public onDrawNode(args) {
//check the returned boolean data type of data from Web API for specific node
//ex: we have returned the "isBold" data in data source
args.node.classList.add(args.nodeData["type"]);
}
- The e-fullrow class isn't being called from the .css file belonging to the component, deleting the entire contents of the file doesnt do anything aswell.
.e-treeview .e-list-img {
width: 25px;
height: 25px;
}
.e-treeview .e-list-icon {
background-repeat: no-repeat;
background-image: url('/assets/file_icons.png');
height: 20px;
}
.e-treeview .e-list-icon.folder {
background-position: -10px -20px;
}
.e-treeview .e-list-icon.file {
background-position: -10px -48px;
}
.pointer {
cursor: pointer;
}
.spacer {
flex: 1 1 auto;
}
.mat-toolbar-row, .mat-toolbar-single-row {
height: 40px !important;
}
.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
font-weight: 200;
font-size: 12px !important;
line-height: 16px;
}
Extra:
- the original file of the package is included from node_modules\@syncfusion\ej2-angular-navigations\styles\treeview directory.
Any other guesses for what could be causing misclicking the of the row?
thanks in advance!
greetings,
Laurens
Attachment:
css_node_modules_5d37cf82.zip