Skip to Content
0
Former Member
Aug 31, 2006 at 07:59 PM

VisiblerowCount

100 Views

Hi,

For a table, I want to take input from user to display the no.of rows in the table like in yahoo, or g-mail. So, for that I am taking input and allowing a button.

Can somebody tell what I need to do in the onActionEnter ?

How to refresh our own view with latest no.of visible row count?.

I wrote the following code

IWDTable tablle = (IWDTable)view.getelement("POListTable");

table.setVisibleRowCount();

Thanks,

Raj.