Friday, May 28, 2010

JDeveloper 11.1.1.3 panelCollection Columns Hidden

Hi!

After updating to JDeveloper 11.1.1.3 on our project, we were surprised to see a new status line below Table in ADF panelCollection component, showing how many columns are hidden. It could be quite useful, but, when there are several tables on the page, this new box takes significant space, and, at least at the moment, I don't see some property to control its appearance.

One simple solution to make it hidden on global level is to add the following code in your CSS definition file:

af|panelCollection::statusbar{
  display: none;
}

Cheers!
S_





Copyright © 2010 Sasha Stojanovic.