cancel
Showing results for 
Search instead for 
Did you mean: 

Table Paging Issue

Former Member
0 Kudos

Hello,

I have a table UIElement binded to a context node.I need to get the page of my table when the user refresh the view.

Is this possible? If yes, could you please tell me how this could be done?

Thanks in advance for you help.

Regards,

ImaneA

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I didt get what you meant here:

I need to get the page of my table when the user refresh the view.

If you want to display the table in page wise, then there is a property called visibleRowCount. You can set this value(suppose value as 6), to show the table in page wise.

If this is not your requirement, kindly explain what you actually want.

Regards,

Jithin

Former Member
0 Kudos

Hello Jithus,

Thanks a lot for replying.

Actually what I mean is :

For example, If I have a table with 60 entries and my RowVisibleCount property set to 6, so we'll have 10 pages.

The table footer indicates the number of the line, I want to be able to get this number so I can know which page of the table my user is saying.

I find a trick to use in [this post|;.

Hope my explanation is clear. Thanks.

Regards,

Imane.

anand_govardhan
Active Participant
0 Kudos

Hi,

check this forum thread .

You can make use of firstvisiblerow property. Once you get the firstvisiblerow of the table and visiblerowcount. You can use both value to find the current page of the table. I dono whether the firstvisiberow value will change if we move to different page or different rows. I havent tried it, I just got this idea from that thread. You can try this.

Regards,

Anand G