How to add custom dx component to listview table in Constellation application
This document explains how to add custom dx component to listview tables in Constellation application.
Note: Before taking this path, make sure to explore OOTB options.
Steps:
1. Create a custom dx component eq., CustomTableCell is a custom component name.
References:
Sample gallery: https://github.com/pegasystems/constellation-ui-gallery
2. Make when rule “pxEnableC11nDev” to true.
3. Open the Rule-UI-View instances and open listview eq., TestDataList.
4. Mark view as Custom.
5. Define custom component metadata in a cell eq., CustomTableCell is a custom component name.
6. Define component name in pxDependencies eq., CustomTableCell is a custom component name.
7. Save the rule and launch listview.
Runtime