<content> <t:Table id=”table” rows=”{/ProductosCatalogo}” selectionMode=”MultiToggle” visibleRowCount=”5″> <t:columns> <t:Column width=”8rem” filterProperty=”Producto”> <Label text=”Producto” /> <t:template> <Text text=”{Producto}” wrapping=”false” /> </t:template> </t:Column> <t:Column width=”15rem” hAlign=”Center”> <Label text=”Imagen” /> <t:template> <Image src=”img/adprost.png” /> </t:template> </t:Column> <t:Column width=”8rem”> <Label text=”Existencia” /> <t:template> <Label text=”{Existencia}”/> </t:template> </t:Column> <t:Column width=”15rem”> <Label text=”Detalles del Proveedor” /> <t:template> <Label text=”{DetalleProveedor}”/> </t:template> </t:Column> <t:ColumnRead more