Thank you, that's a very good idea. I also just did it by creating a Repeater for each row; and each Repeater has a sliced subset of the main dataProvider collection.
--- In [email protected], "valdhor" <valdhorli...@...> wrote: > > Create a custom component with the button in it and then repeat the component. > > > --- In [email protected], "fumeng5" <fumeng5@> wrote: > > > > Hi, > > > > I am creating a number of buttons with a repeater but I don't want them all > > in one container. Basically, I want 3 rows. How do I accomplish this? Every > > Repeater example I see has its elements wrapped in a simple VBox or HBox. > > > > Thanks for any tips... > > >

