ParamQuery grid support forum
General Category => Bug Report => Topic started by: ami dev 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.
-
I'm able to reproduce it, so moving it to bug log, thanks for raising the issue.
-
This is fixed in v5.6.1
-
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 (https://paramquery.com/pro/demos/filter_header_local)
pageModel: {
type: "local",
rPP: 10,
rPPOptions: [10, 100, 500]
},
-
Noted, thanks for pointing it out.
-
This is fixed in v6.0.0
-
We confirmed that it was fixed.
Thank you very much.