Fetching Ontology objects in custom widget and filter them in Workshop

Hey community,

I’m new in typescript an I want to create a custom pivot table table from an object type in custom widget because the default pivot widget functionality does not allow subtotals to be calculated in the middle of table rows .

Does anyone have a small code example on hand:

  • That shows how to browse the objects of an object type and display them as a table in custom widgets?

I would also like to know how to use a filter to interact with the custom widget created in Workshop.

Best