From 971fde213afa4b3d53e75b0e1593cff5bf269ade Mon Sep 17 00:00:00 2001 From: Alex Molodyh Date: Fri, 31 Jan 2025 10:16:27 -0800 Subject: [PATCH] AAE-28655 Fix for datatable not scrolling back up after paginations --- .../datatable/datatable.component.html | 54 ++++++++++--------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.html b/lib/core/src/lib/datatable/components/datatable/datatable.component.html index 6393c0999c..e0ce8d2209 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.html +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.html @@ -174,12 +174,13 @@
- +
+ role="gridcell" + class="adf-datatable-cell adf-datatable__actions-cell adf-datatable-hover-only">
+ [attr.data-automation-id]="'fileSize_' + data.getValue(row, col, resolverFn)">
+ [attr.data-automation-id]="'text_' + data.getValue(row, col, resolverFn)">
+ [attr.data-automation-id]="'boolean_' + data.getValue(row, col, resolverFn)"> + role="gridcell" + tabindex="0" + class="adf-datatable-cell adf-datatable__actions-cell adf-datatable-center-actions-column-ie adf-datatable-actions-menu">
-
@@ -449,13 +451,13 @@
-
-
- - -
+
+
+
+ +