Hi Experts,
Is there any way we can make all the columns width of equal sizes in PEGA Constellation for Embedded Data displayed as tables.
In table, we have option as Default in Column to take remaining width, but that just use last column for remaining width (please see screenshot below).
In each Properties Column Width configuration, i can see “Custom” option, but this will set a fix width to each column, and it may not look good if its not getting resized based on screen size.
@RAHULK0923 the component is not designed to do this. It is designed to be dynamic, to fit the content that is being displayed, so it is as flexible to as many use cases as possible (we even have word wrap and density support added through the releases). I have not seen anyone do this with the OOTB component (if there was, I’m sure it would of been in Richard’s article below)
There is a great writeup on serving up a list, as a table, in more “financial ways” here. However, this would require your own DX Component that is designed to do a ‘fixed width’ approach to achieve the specific pixel perfect UI you are after.
You can also see some examples and variations from our Webinar Replay! Extending Constellation: A Deep Dive into Constellation DX Components
- session 1 (task board component)
- session 1 (calendar)
- session 2 (custom tables)
2 Likes