wrote:
wrote:
wrote:
wrote:
wrote:
wrote:
wrote:
Hi Chew,
Are you getting any error or don't know how to implement?
Thank
Rajendra Singh
Hi Rajendra Singh,
Thank you for your reply. My answer is I don't know how to implement it!
Hi Chew my i know the parameter which you are passing to the widget.
Hi Rajendra Singh,
I have attached a screen capture of it.
Hi Chew,
Best way to lean how to implement the pagination is create a list page of any table by scaffolding(drag any table in the main flow which will create a list page with pagination) and see how pagination is implemented in this page.
The screen shot which you have capture is of table record not pagination widget.
if you need a sample please let me know.
Thanks
Rajendra Singh
Hi Rajendra Singh,
Thank you for your reply. I noticed that you are using the RichWidgets which I do not have access to as I am using the Liverpool Theme. Do you have a sample for using Liverpool Theme and implementing the pagination for the table record?
Thank you :)
Hi Chew, yes its Richwidget, i am just explaining the way to implement the pagination. let me chcek for a sample.
Hi Chew,
I you want to create your own pagination widget then Create a webblock with the similar design, write your own logic like if user clicks on any number let say 2 and record per page is 20 in this case your query will select the rows from (Pagenumber*recordperpage-recordperpage)+1 to Pagenumber*recordperpage(40) and refresh the table record.
for previous and next you can store the current page number.
I cant write the whole logic here but i hope it will help you to write your won logic.
I had implemented in similar way.
thanks
Rajendra Singh