Question
Capgemini
SE
Last activity: 13 Jun 2024 7:09 EDT
Optimized Code vs Non-optimized code For Tables to Personalize, hover effects etc
TLDR: Can we apply hover effect on Optimized tables OOTB in Pega or do we have to define a custom CSS class to do this? I find it a bit strange that "Enable row hovering" is disabled for optimized tables.
Hello, for tables in Pega using Optimized code you can Personalize the tables, is there any equivalent functionality for non-optimized tables? Enabling table personalization (pega.com)
Row hovering effect is defined in skin and applies to non-optmized tables, through the "Enable row hovering" setting, can I apply this OOTB to optimized tables or does it require custom CSS to do this? Modifying presentation options of the non-optimized table layout (pega.com).
We are using an optimized table which truncates cells where the text is too long, I notice though that when changing over to non-optimized code, the text in the cells are not truncated and all the text is shown, greatly affecting column width. Wrap-text in each column helps with the column width but I would prefer overflow. I noticed that "overflow" is not mentioned in the documentation for table layouts Table layout (pega.com) or it's underlying pages in the hierarchy.