Material-table: Mutliple Sorting

Created on 3 May 2019  路  5Comments  路  Source: mbrn/material-table

How can i multiple sorting ?

enhancement wontfix

Most helpful comment

Is it possible to get that feature?

All 5 comments

Hi @kadirguloglu ,

Currently, material-table does not support for multiple sorting. I am planning to add it for future releases. But now i am working on bugs and performance issues firstly.

By multiple sorting is this referring to a secondary sort option?

Is there a way for me to reference a secondary sort toggle?

So i sort column A in this way

Col A | Col B
10        E
10         D
10         C
12         A
13         B
13         Z 
13         A

And then enable "secondary sort" and secondary sort Col B in this way

Col A | Col B
10        C
10        D
10        E
12        A
13        A
13        B
13        Z  

As far as I can tell customSort cannot accommodate this because it only pertains to values from rows within the same column.

I realise this is sort of accommodated by grouping but it presents the data in a different way.

@mbrn

Could you give link to it?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.

Is it possible to get that feature?

Was this page helpful?
0 / 5 - 0 ratings