0
question if it refers to PO-UI library, but I have no right to tag here in OS I have the following component:
<po-page-dynamic-table
p-service-api="http://localhost:5000/api/clientes">
</po-page-dynamic-table>
In the documentation says if you use via Route and do not set metadata it will call the serviceApi
with /metadata
to get the metadata.
When I use direct component it doesn’t do this?
Can I set the metadata url somehow? Or when you use the element inside a component, it doesn’t do the search alone?