Set the size of Collapsible column menu in Vaadin

shadowhaxor

New Member
I have a table with huge set of columns, as I prefer to show only those columns that are important and rest is left to the user, if the user wishes to see other columns he selects those from collapsible menu. I have JSP in which Vaadin layout is embedded via Iframe. As I have said there are huge no of columns(>20) when ever I click on collapsible icon, I get a menu which is larger than the height of the \[code\]Iframe\[/code\] and hence I am not able to select the columns which is beyond the Iframe size(though scrolls appear I am not able to select the columns) say if the size of IFrame is \[code\]100px\[/code\] then the size of column collapsible menu is \[code\]120PX\[/code\] I am not able to select all those columns that are appearing after 100px. I have tried setting the size using the following CSS\[code\].v-contextmenu .gwt-MenuBar{ max-height: 60%;} \[/code\]Can anyone please help?Thanks!
 
Back
Top