Skip to content

Major bug - index ordering #64

@zorta86

Description

@zorta86

I you use $index to return the current row index, it will be binded to the "actual" index instead of the "real" index.
Case: sort A-Z, first row correctly display $index = 0. Now order Z-A, first row is a "z..." element and its index is 0. WRONG

$index should be maintained, you must work to ensure sorting algorithm won't touch index order.

Regards

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions