Filter Values in a Embedded List by default based on tab (Constellation)

We have a use case where we have different multiple tabs (say Tab1, Tab2 ) i have a embedded list property in tab1 which hold items data. is it possible to configure that same page list will be shown in tab2 but i have to display only few items from list in tab2? In short i have to show data using same list based on tab i select.

There is currently no OOTB configuration in Constellation to filter the same embedded list by default based on the active tab.

To achieve this, you will likely need to create separate page list properties for each tab or develop a custom DX component that supports parameterized filtering.

If the expectation is show read only information in each tab, then you can convert the data from Embedded PageList to Data Reference . You can configure the same data page with different parameters and in Post Response data transform you can build the list based on your requirements.

having other pagelist property is one of the alternative option for me, but i want to know if i can complete my use case without doing so.

yeah that is one of the possible option, but i think its need to be few editable columns.i ll check on this.

Hi Ram,

I don’t see any OOTB way of achieving this using a single property. While a custom DX component could be designed to handle this specific requirement, creating separate page list properties is a much simpler and more straightforward approach.