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