Hello,
Is it possible to view the current index of each record on the grid? What I need is like numbering that will always stay constant per position. Something like this:
1 Jhon
2 Alice
3 Mike
4 Zoro
and if I sort by name I'll get:
1 Alice
2 Jhon
3 Mike
4 Zoro
Thanks in advance.
1 Answers
Your Answer