How to disable the Hide Caption in Tile view for the Display value Column

Hi All,



By default, how to disable the hide caption boolean field in the Tile view for the display value column for the section object.







Eg : "First Name" is the displayValue for the section Object. By default the Hide Caption is enabled. How to make is disabled by default ?



Any thoughts over this, will helps us a lot?



regards,

Adharsh S

Like 0

Like

2 comments
Best reply

Hello,

 

This logic is defined in GridSettingsPage of Nui package, in 

isCaptionHidden: (primaryDisplayColumnName === args.leftExpressionColumnPath),

 

It is necessary to replace the schema and change this logic.

 

Regards,

Dean

Hello,

 

This logic is defined in GridSettingsPage of Nui package, in 

isCaptionHidden: (primaryDisplayColumnName === args.leftExpressionColumnPath),

 

It is necessary to replace the schema and change this logic.

 

Regards,

Dean

dean parrett,

Thanks!

Show all comments