Perfect
here it is necessary to deeper inspect the
we mentioned:
e.g.
| Col1 | Col2 |
|---|---|
| A | 1 |
| B | 2 |
| C | 3 |
| D | 4 |
| Scrollmode: 1 row, Segment Size: 2 |
At the begin we will see:
A,1
B,2
B will have idx=2
When we scroll then we move 1 row forward and will get:
B,2
C,3
B will have idx=1 after Scrolling
As mentioned: there are many variations (depending on what was done by the Application Developer) and therefore the deeper analysis is needed on
- overall structures
- paging influences
- scroll influences, changed idx, element orders
etc.
