我目前正在使用 DevExtreme 调度程序小部件,并希望在用户单击工具提示内的 div 后调整约会工具提示的大小。目前我有以下代码:
<div *dxTemplate=„let appointment of ‚appointment-tooltip‘“>
<div (click)=„furtherInformation = !furtherInformation“> + </div>
<div *ngIf=„furtherInformation“> .... </div>
</div>
显示内容,但不更新工具提示的高度和宽度。
有人可以帮助我或告诉我解决问题的正确方向吗?