Skip to content

Commit

Permalink
ELEMENTS-1700: tooltip Information for last index attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 19, 2023
1 parent 25aee84 commit dbfa12b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/nuxeo-data-grid/nuxeo-data-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dbfa12b

Please sign in to comment.