Hi,
I have a problem using the id_rowNum "implicit object" with the sorting functionnality.
With no sort, the id_rowNum is correct (correct order).
But when i use sorting, the id_rowNum is not updated.
Example : the initial column (not sorted)
c --> rowNum = 1
d --> rowNum = 2
a --> rowNum = 3
e --> rowNum = 4
When i sort it :
a --> rowNum = 3
c --> rowNum = 1
d --> rowNum = 2
e --> rowNum = 4
And the rowNum is not updated.
Is it a bug, or a wished behaviour (but i don't think so) ?
Thanks for your answer
Stephane

