Can I change default density about personalized table ? The default density is Short. But I want to change default density from Short to Tall.
@kobat It is currently not possible to change it by default.
We have the configuration to set the default value in JS pzpega_ui_template_grid_helpers
gridMetaData.rowHeightClass = gridState.rowHeightClass ? gridState.rowHeightClass : ( rowHeightClass ? rowHeightClass : pega.ui.tGridConstants.GRID_ROWHEIGHT_COMPACT);
This JS rule type is final, so we can’t save in client application rule set.
This issue has been logged as a Product Enhancement (FDBK-83645).
We have a similar requirement. May i know the update of this FDBK -83645. If fixed in which version?
@Komal Please take that to your Account Executive or Client Success Manager for more information about any Enhancement Request.
