cancel
Showing results for 
Search instead for 
Did you mean: 

Table Footer Navigation Buttons

Former Member
0 Kudos

Hi,

I have a table ui element.

Suppose currently its showing 6 of 25 Row and visible row property is set to 5

Now how to determine which rows are currently visible to user,

via code as i need to display a graph only for those rows which are currentlt displayed to user.

There is an inputbox in Table footer for selecting a row, how to fectch that value in code.

Or how to implement the above scenerio.

Thanks,

Poonam Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can solve this logically

You know current visible row (ex: 5) and you know how many rows you are displaying, which you specify in the property "visibleRowCount" (ex : 5).

So, you can get the

current visible rows = visible row + visibleRowCount

Hope I answered your question

Thanks

Former Member
0 Kudos

Hi,

I dont know which rows are currently visible to user.

But it is available in Table Footer as

Row _ of _

I need to know how to access this.

Edited by: poonam sharma on Sep 15, 2008 4:03 PM