Hi @ckumari12
You have to use a navigation Tree to achieve this.
Example for cus:customResource and three fields use this.
<navtree entitySchema="xtk:navtree" img="nl:folders.png" label="custom" name="custom" namespace="cus" xtkschema="xtk:navtree"> <model label="Custom Resource Mapping" name="customMapping"> <nodeModel img="xtk:package.png" label="customResource" name="customResource"> <view label="customResource" name="listdet" schema="cus:customResource" type="listdet"> <columns> <node xpath="@field_name_1"/> <node xpath="@field_name_2"/> <node xpath="@field_name_3"/> </columns> <orderBy> <node expr="@field_name_3" sortDesc="true"/> </orderBy> </view> </nodeModel> </model></navtree>
Regards,
Amit
Clik here to view.
