<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:Column width="8rem"> <Label text="P.U" /> <t:template> <Label text="{PU}"/> </t:template> </t:Column> <t:Column width="8rem"> <Label text="Oferta" /> <t:template> <Label text="{Oferta}"/> </t:template> </t:Column> <t:Column width="10rem"> <Label text="Tipo de Producto" /> <t:template> <Label text="{TipoProducto}"/> </t:template> </t:Column> <t:Column width="4rem" hAlign="Center"> <Label text="" /> <t:template> <Button tooltip="Agregar" type="Emphasized" icon="sap-icon://cart-2" press="onAgregar" /> </t:template> </t:Column> </t:columns> </t:Table> </content>