We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be05f42 commit b940070Copy full SHA for b940070
1 file changed
apps/demos/Demos/TreeList/Overview/Angular/app/app.component.html
@@ -70,11 +70,12 @@
70
></dxi-tree-list-column>
71
<div *dxTemplate="let options of 'employeeTemplate'">
72
@if(options.data.Task_Assigned_Employee) {
73
- <img
+ <div
74
class="img"
75
- [src]="options.data.Task_Assigned_Employee.Picture"
76
- alt=""
77
- />
+ style.background-image="url('{{
+ options.data.Task_Assigned_Employee.Picture
+ }}')"
78
+ ></div>
79
} @if(options.data.Task_Assigned_Employee) {
80
<span class="name">{{ options.data.Task_Assigned_Employee.Name }}</span>
81
}
0 commit comments