我正在尝试使用具有可扩展行的 Clarity 数据网格: https ://vmware.github.io/clarity/documentation/datagrid/expandable-rows
虽然手动扩展行时的动画很好,但我有一个用例,在该用例中,我需要渲染所有行扩展或仅扩展其中一些行的网格。在这种情况下,动画很烦人并导致不必要的闪烁。有推荐的方法来禁用它吗?
我正在尝试使用具有可扩展行的 Clarity 数据网格: https ://vmware.github.io/clarity/documentation/datagrid/expandable-rows
虽然手动扩展行时的动画很好,但我有一个用例,在该用例中,我需要渲染所有行扩展或仅扩展其中一些行的网格。在这种情况下,动画很烦人并导致不必要的闪烁。有推荐的方法来禁用它吗?
预扩展行
<clr-dg-row-detail *clrIfExpanded="true">
或者
<clr-dg-row-detail *clrIfExpanded="item.expanded">
不要动画:https ://plnkr.co/edit/iwrxr80RphYLn96vb2qk?p=preview
你应该用一个例子来更新你的问题,因为根据我的 plunker,你不需要在你的情况下禁用动画。