Fórum

Hide document library column heading

Joby KJ, modificado 11 Anos atrás.

Hide document library column heading

Junior Member Postagens: 43 Data de Entrada: 13/07/12 Postagens Recentes
Hi ,
I want to hide document library column heading. Please suggest solution.

Thanks
Joby
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Hide document library column heading

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Please clarify more your requirement or put screenshot if possible which would help us to get more idea.
Joby KJ, modificado 11 Anos atrás.

RE: Hide document library column heading

Junior Member Postagens: 43 Data de Entrada: 13/07/12 Postagens Recentes
Its about document library columns
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: Hide document library column heading

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Hi Joby,

Better you put some screenshot or put some more description instead of putting one line comment.
thumbnail
Prakash Khanchandani, modificado 11 Anos atrás.

RE: Hide document library column heading

Expert Postagens: 329 Data de Entrada: 10/02/11 Postagens Recentes
Do you want to hide the Column headings like title, name, download, size etc from the list of results shown?
Joby KJ, modificado 11 Anos atrás.

RE: Hide document library column heading

Junior Member Postagens: 43 Data de Entrada: 13/07/12 Postagens Recentes
Yes. Please help me
thumbnail
Tejas Kanani, modificado 11 Anos atrás.

RE: Hide document library column heading

Liferay Master Postagens: 654 Data de Entrada: 06/01/09 Postagens Recentes
Which Liferay version are you using ?
Joby KJ, modificado 11 Anos atrás.

RE: Hide document library column heading

Junior Member Postagens: 43 Data de Entrada: 13/07/12 Postagens Recentes
Liferay 6.0
thumbnail
Tejas Kanani, modificado 11 Anos atrás.

RE: Hide document library column heading

Liferay Master Postagens: 654 Data de Entrada: 06/01/09 Postagens Recentes
You'll have to make changes in below file using hook.
html\portlet\document_library\file_entry_columns.jspf.

From this file for each <liferay-ui:search-container-column-text> entry you'll have to remove name attribute and its value
i.e. name="<%= fileEntryColumn %>"
Once you remove all the entries for name, size, downloads & locked. It will not show you those column header names.

Still that grey header raw remains as it is without column header.
Sikendar Kumar, modificado 7 Anos atrás.

RE: Hide document library column heading

New Member Postagens: 22 Data de Entrada: 02/09/15 Postagens Recentes
Hello tejes,

What about if i want to add more column in that ,then how we will add that and where.can you please suggest me in this.
Sikendar Kumar, modificado 7 Anos atrás.

RE: Hide document library column heading

New Member Postagens: 22 Data de Entrada: 02/09/15 Postagens Recentes
Hello tejes,

What about if i want to add more column in that ,then how we will add that and where.can you please suggest me in this.