Is there a way to continue the sequence of numbering onto page 2,3 etc when paging through results?
At the moment, if I move onto a different page of Results then the numbering restarts from 1-30. It would be useful, for example, for results to start at #31 on page 2 - this would give the user a better visual clue that they are being presented a different set of results.
Is there a way that I can display the row number in a grid manually then? Crucially, I don't want the number associated with the search result.
So for example, if I reordered the results by date/name etc. I would still want the first page to display 1 through to 30 and page 2 to display 31 - 60 etc.
Sorry, I am new to Javascript and Extjs so I may be missing something easy here.