Hi, After placing two simple panels side by side, now I have fixed data Panel on the right and first column like panel on the left.
Now I need to add these two panels to a ScrollTable, since I already have a fixed column header, by placing a FixedWidthFlexTable at the top. But the problem here is that, ScrollTable will only take an argument of FixedWidthGrid and FixedWidthFlexTable what I have now to achieve the fixed first column is two panels, and each panel contains a FixedWidthGrid. How can I combine these two panels in to a Grid form and pass that to a scrollTable? Any advise? Thanks Suren On May 15, 2:34 pm, Alyxandor <[email protected]> wrote: > @alex.d -> The only way to make the "two panel" approach work would be > to use Salvador's ScrollHandler linkage, plus a function to loop > through each row of both tables, measure the max height of each row, > and apply that height to an element inside each table; just beware > browser differences when measuring cells that have padding or margins! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
