-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.1.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.2 S2
-
None
listmodel.clear() does not reset listmodel.getActivePage() (but reset page count)
reproduced with the attached example,
Click fill to add data to the model,
select another page (page 3) using the pagination controls,
Click clear.
In the console, current active page: 2, current page count:1;
ACTIVE PAGE - PAGE COUNT AFTER CLEAR : 2 - 1