Author Topic: Default order after filtering by range  (Read 5076 times)

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Default order after filtering by range
« on: December 04, 2018, 07:12:46 am »
We were wondering if this is a glitch for the latest version.
Once we filtered by range, the default displaying order won't be restored even though we remove the filter.
For example, see the default order for the demo page.(see 1-1.png)
https://paramquery.com/pro/demos/filter_header_local

1. Filter only "United Package" by Shipping Via and the result is correct.
(Uncheck Shipping Via and check "United Package": see 1-1.png, 1-2.png)
2. Remove the filter but the displaying order look different than the default displaying order.
(Check Shipping Via: see 2.png)

Select filter for version 4 was restored the default dsiplaying order by removing filters by the way.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Default order after filtering by range
« Reply #1 on: December 04, 2018, 10:33:27 am »
I'm able to reproduce it, so moving it to bug log, thanks for raising the issue.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Default order after filtering by range
« Reply #2 on: December 17, 2018, 09:22:09 am »
This is fixed in v5.6.1

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Default order after filtering by range
« Reply #3 on: December 19, 2018, 11:23:16 am »
In the list without paging, We confirmed that it is fixed.
However, in the list where paging exists, this bug is still occurring.

You can confirm by adding the following settings to the demo page.
https://paramquery.com/pro/demos/filter_header_local

Code: [Select]
pageModel: {
    type: "local",
    rPP: 10,
    rPPOptions: [10, 100, 500]
},

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Default order after filtering by range
« Reply #4 on: December 19, 2018, 11:17:53 pm »
Noted, thanks for pointing it out.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Default order after filtering by range
« Reply #5 on: January 28, 2019, 02:29:30 pm »
This is fixed in v6.0.0

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Default order after filtering by range
« Reply #6 on: January 28, 2019, 02:38:43 pm »
We confirmed that it was fixed.
Thank you very much.