我想在DxDataGrid上使用routerLinkActive,但是我无法达到目标。可以使用routeLinkActive还是有办法做类似的事情?
我的html网格如下:
<dx-data-grid #grid [routerLink]="[focusedRowKey]" routerLinkActive="highlighted" [focusedRowKey]="focusedRowKey" [dataSource]="data" KeyExpr="Id" [focusedRowEnabled]="true" (onInitialized)="onInitialized($event)" (onFocusedRowChanging)="rowFocusChanging($event)" (onContentReady)="onContentReady($event)">
参考:https://js.devexpress.com/Documentation/Guide/Angular_Components/DevExtreme_Angular_Components/