cancel
Showing results for 
Search instead for 
Did you mean: 

setFooterVisible bug or feature

Former Member
0 Kudos

Hi,

I have a table on which i sometimes want to show the footer and sometimes not. The funny thing is that when the table contains only 1 item and I do:

itemTable.setFooterVisible(false);

The footer disapears but when there are more items in the table...it stays visible....

Anyone also encountered this nice 'feature' or knows a solution?

I'm working on NW2004 btw...

regards,

Hugo

Accepted Solutions (1)

Accepted Solutions (1)

former_member182294
Active Contributor
0 Kudos

It depends on number of Visible row count in your table. If Footer is completely invisible there is no way to traverse next pages of table. So whenever table size is more than number of Visible row count then Footer is visible.

Regards

Abhilash

Former Member
0 Kudos

this is a real feature then

You're right about the visible row count. When i hide the footer, the row count is set to 1 to show only the first row....but when i have more elements, WD decides for me that I can't make the footer invisible because then i can't navigate anymore......doesn't sound very reasonable to me but I guess it is meant like this. Another work around I guess * sight*

thanks anyway!

regards,

Hugo

Answers (0)