Hi! We're quite new to Apache ISIS and would like to use it for our backend mainly using the restful objects viewer for the frontend implemented as SPA. We only use the wicket viewer in development and prototyping. So far, we've gotten highly positive, much amaze feedbacks from the developers due to its free UI and they can focus more on business logic.
Most entities usually have CRUD pages and a view page in the form of a grid. In the wicket viewer, actions that return list are shown as tables with the properties as columns while honoring UI hints. Is it possible to apply this behaviour to restful objects? Currently, actions returning a list of domain objects only return links with the title and I would like it to include/exclude other properties that are seen/unseen in the wicket viewer. The user guide [1] shows an option to allow UI hints but it seems to only apply specifically to collections rendering eagerly. I had a quick look at the restful objects renderer code and it seems that what I needed is ListReprRenderer with DomainObjectReprRenderer. The action returning the list of domain object always has a parameter for pagination. Thanks in advance! [1] https://isis.apache.org/guides/ug.html#7.1.-features
