Hi,
I want to know how to hide some columns in group in setting of the smart table.
I am using the smart table and define columns in the following way.
<Column demandPopin="true" id="cID" minScreenWidth="Tablet" visible="true">
<customData>
<core:CustomData key="p13nData"
value='\{"columnKey": "key","leadingProperty": "ID","sortProperty": "ID","filterProperty": "ID"}'/>
</customData>
<Text text="{i18n>QM_FIELD_INSPECTION_LOT}"/>
</Column>
I need this column to appear in the sort tab but I want to hide it in the group tab, is this possible? And how to configure?
Thank you very much!!