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

This reverts commit f5f7c04a85.
This commit is contained in:
Mykyta Maliarchuk
2026-03-18 16:24:07 +01:00
committed by GitHub
parent adce4cabf5
commit 3bea95b8e0

View File

@@ -289,7 +289,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 adf-datatable-cell--{{getAutomationValue(row)}}"
class="adf-datatable-cell adf-datatable-cell--{{col.type || 'text'}} {{col.cssClass}} adf-datatable-cell-data"
[attr.title]="col.title | translate"
[attr.data-automation-id]="getAutomationValue(row)"
[attr.aria-selected]="row.isSelected"