Closed
Solved
How to change default density about personalized table
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).