[ACS-10219] add class selector (#11387)

This commit is contained in:
Mykyta Maliarchuk
2025-11-27 09:10:15 +01:00
committed by GitHub
parent 3d07d7e942
commit f5f7c04a85
@@ -263,7 +263,7 @@
<div
*ngFor="let col of getVisibleColumns(); let lastColumn = last;"
role="gridcell"
class="adf-datatable-cell adf-datatable-cell--{{col.type || 'text'}} {{col.cssClass}} adf-datatable-cell-data"
class="adf-datatable-cell adf-datatable-cell--{{col.type || 'text'}} {{col.cssClass}} adf-datatable-cell-data adf-datatable-cell--{{getAutomationValue(row)}}"
[attr.title]="col.title | translate"
[attr.data-automation-id]="getAutomationValue(row)"
[attr.aria-selected]="row.isSelected"