I need a bit of a help here. When creating a table in a form using a Formsbuilder, where columns are mapped onto repeating properties of an object, everything is just working fine. Table automatically generates the proper number of rows. The same is true when using a readonly table with data source being an adaptor. Things get more complicated when trying to use a table where columns are populated via an adaptor. I get the first row created properly and that's where it stops. Even with adaptor returning multiple rows, table does not add additional rows. Is it a bug or a feature? Or am I missing something here?