Skip to content

No way to differentiate columns from a custom sorting algorithm #5692

@chmirenko

Description

@chmirenko

Custom sorting algorithms are unaware of the invoking column.
Adding it will allow, for instance, grouped sorting that may require lockup without having to define a custom sorting function per column just to identify the caller and run the same logic.

Row awareness was addressed here: #4455

Could it be possible to expose the column also on this line: Code

tem = sortFn(propA, propB, rowA, rowB, direction, col);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions