From dbfa12bc6ae297c27493eaec70fc468774927298 Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Tue, 19 Dec 2023 16:53:09 +0530 Subject: [PATCH] ELEMENTS-1700: tooltip Information for last index attribute --- ui/nuxeo-data-grid/nuxeo-data-grid.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/nuxeo-data-grid/nuxeo-data-grid.js b/ui/nuxeo-data-grid/nuxeo-data-grid.js index c71468602..f1db20897 100644 --- a/ui/nuxeo-data-grid/nuxeo-data-grid.js +++ b/ui/nuxeo-data-grid/nuxeo-data-grid.js @@ -219,6 +219,10 @@ import { PageProviderDisplayBehavior } from '../nuxeo-page-provider-display-beha value: false, }, + /** + * Technical property used to scroll back to the top after reaching the last element in a listing, + * related to accessibility. + */ _lastIndex: { type: Number, value: 0,