This is a migrated thread and some comments may be shown as answers.

Grid Multiple sort icon 1 missing

1 Answer 152 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 25 Sep 2020, 01:01 PM

     We have a grid that has a multiple sort on it. Icon 1 and the arrow is missing, while we can see icon 2 and the arrow. If we click on the first sort it changes to 3 with an arrow. 

Our sort descriptor is as follows:

const [sorter, setSorter] = React.useState<SortDescriptor[]>([
        { field: "orgDisplay", dir: "asc" },
        { field: "userKey", dir: "asc" }
    ]);

and we have: 

sortable={{ mode: "multiple" }}

to allow multiple sort on the grid.

Is there something that would prevent the 1 and the arrow icon from showing?

Thanks

1 Answer, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 25 Sep 2020, 07:21 PM
disregard, this post we have found the solution, the name of the field had changed so after updating the 1 showed up.
Tags
General Discussions
Asked by
Matt
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Share this question
or