有没有办法将 clrDgReplace 与自定义组件一起使用来获取行详细信息?
我知道你可以这样使用它
<clr-dg-row-detail *clrIfExpanded [clrDgReplace]="true">
Lorem ipsum...
</clr-dg-row-detail>
但是以这种方式调用行详细信息时,您可以获得相同的功能吗?
<my-detail *clrIfExpanded [user]="user" ngProjectAs="clr-dg-row-detail"></my-detail>