Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
We have requirement to customize the OOTB Sites Search Results Page, where we want to hide/remove some unwanted columns.
For example, in the below screenshot, we want to hide/remove columns "preview" & "operation".
Also, we want to add a custom column named "country".
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
Hi ,
You can select the column you need to display from settings .
Hi ,
You can select the column you need to display from settings .
To hide and remove the unwanted columns, you can use the approach suggested by @Himanshu_Jain .
To add a custom column "Country", you would need to overlay the following path /libs/wcm/core/content/common/availablecolumns and add the node for the Country. Along with that you would also need to overlay the following script to write the custom logic to populate the country value.
/libs/cq/gui/components/siteadmin/admin/listview/columns/datasources/availablecolumnsdatasource/availablecolumnsdatasource.jsp
Hope this helps.