Need a special offer?Find out if your project fits.
+

how to configure the sort type by different columns

Answered
yuyuyu asked on September 13, 2017

In the flat view, i want to configure the sort type by desc to both category and color, but the result seems to wrong , the sort of color is right but the Alphabetic sorting of category is random.

function setSort() {
    flexmonster.setSort("Category", "desc");
  flexmonster.setSort("Color", "desc");

Regards
Leon

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster September 15, 2017

Hello Leon,
Thank you for writing. Currently, sorting with multiple columns is not supported in flat view. This feature is not in our roadmap for the closest releases. Please let me know in case of other questions.
Regards,
Tanya

Please login or Register to Submit Answer