Yes, it is possible to achieve this requirement in a single table. Initially, only the required 3–4 fields can be displayed in the table to avoid horizontal scrolling and improve the UI experience. For one of the properties, the “Display as Link to object” option can be enabled from the property configuration. Once this checkbox is enabled the field will be convert to the link , clicking on that property value will open the full page view of the embedded data object.
In the full page view, you can add all the remaining fields which is required to you.The embedded page can be displayed in a structured format without overcrowding the main table. This approach helps maintain a clean and user-friendly UI while still providing access to complete details when required.
Additionally, As per your requirement the user needs to constantly cross-check with the PDF. In the full page view can also include the UI Gallery field component such as “Display PDF” to render documents or attachments. To use this component field , the PDF content should be available in Base64 format so that it can be displayed properly within the Constellation UI.
*If they not satisfied with this.Than we should go with custom component.
