i have small problem i.e. their is one celltable with lot of data it is placed in popup so the popup height is very large so my problem is i want to add a scrollbar to my celltable so the popup height reduced
please help me anyone….
note:-i will try set height for table and popup but their is no result & i am write code in java & gwt
Maybe you can use table.setPageSize method to create paging for lots of data.
Or as you want to create scroll with celltable. You can put celltable in a verticalPane and set vertical pane scrollable. Or use scrollpanel to put celltable.