[ACS-9454] Create upgrade guide for ADF 7.0.0 (#10779)

This commit is contained in:
dominikiwanekhyland
2025-04-15 07:24:12 +02:00
committed by GitHub
parent d09b8daa3a
commit c8f9bd21ea
2 changed files with 184 additions and 2 deletions

View File

@@ -314,8 +314,7 @@
*ngSwitchCase="'date'"
class="adf-cell-value adf-cell-date"
[attr.tabindex]="data.getValue(row, col, resolverFn)? 0 : -1"
[attr.data-automation-id]="'date_' + (data.getValue(row, col, resolverFn) | adfLocalizedDate: 'medium') "
>
[attr.data-automation-id]="'date_' + (data.getValue(row, col, resolverFn) | adfLocalizedDate: 'medium') ">
<adf-date-cell class="adf-datatable-center-date-column-ie"
[data]="data"
[column]="col"