parameter for info window pagination is hardcoded for number 100.
i suggest1. add system config: "ZK_INFOPAGING_SIZE" "defaults should be 100"2. parameter per info window = Pagination Rows. "e.g. 25"
some issues, would be re-solved1. hard to navigate when you have a ton of records - rows are waving2. better customisation
tasks: 1. review how normal windows handle this issue2. proper parameter names must be defined according to code.2. implement above solution
demo 6.6.2014
This patch use ZK_PAGING_SIZE for number of rows.
ZK_PAGING_SIZE is for grid view in window.we should use it for infoWindow or make new config?@Carlos Ruiz wdyt about this ticket?
found normal windows setup is configurable in sysconfig ZK_PAGING_SIZE updated description to ZK_INFOPAGING_SIZE
parameter for info window pagination is hardcoded for number 100.
i suggest
1. add system config: "ZK_INFOPAGING_SIZE" "defaults should be 100"
2. parameter per info window = Pagination Rows. "e.g. 25"
some issues, would be re-solved
1. hard to navigate when you have a ton of records - rows are waving
2. better customisation
tasks:
1. review how normal windows handle this issue
2. proper parameter names must be defined according to code.
2. implement above solution