Skip to content

Dynamic SortAppend #3

@Mottie

Description

@Mottie

I have a request to make a dynamic sortAppend. Here is the request:

I've got 3 column table(status, date, doc type), clicking on status should sort status & date, clicking on date should sort date & doc type, clicking on doc type should sort doc type & date.

So basically there is a default sortAppend option on the date column, but when the date colum is sorted first, add a different secondary sort.

The sortStart event doesn't work in this case because the sortList isn't defined at that point. The sortEnd event won't work, because, well the sort is already done.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions