.custom.e-treeview .e-list-item .e-icon-expandable::before {
content: "\e823";
}
.custom.e-treeview .e-list-item .e-icon-collapsible::before {
content: "\e934";
}
.custom .e-list-item .e-icons.e-icon-collapsible {
transform: none;
} |
.e-treegrid .e-treegridexpand::before {
content: "\e934";
}
.e-treegrid .e-treegridcollapse::before {
content: "\e823";
}
.e-treegrid .e-treegridexpand {
transform: none;
} |
If the icon of the root element in the treeview is users, if the icon of the child element is user, can you help me?