Question
gmail
ID
Last activity: 21 Sep 2023 14:23 EDT
Pagination by user dropdown select row display
I have a requirement to display a list of data from report definition with pagination. i have used pzdoactiongrid activity on button reload after user selected how much row data to display on page. example if i have 90 item row then when user select 10 from dropdown list , then my pagination pages should be 1 to 9 and each pages show 10 row data.
i've tried using pre activity on advanced table layout to set param.pyPageSize , param.totalpages,etc . the row data is working display the row as many as set on param.pyPageSize but param.totalpages didnt work and the row of datas didnt sort.
can i archieve this through pzdoactiongrid activity ?