Forums de discussion

Hide document library column heading

Joby KJ, modifié il y a 11 années.

Hide document library column heading

Junior Member Publications: 43 Date d'inscription: 13/07/12 Publications récentes
Hi ,
I want to hide document library column heading. Please suggest solution.

Thanks
Joby
thumbnail
Jignesh Vachhani, modifié il y a 11 années.

RE: Hide document library column heading

Liferay Master Publications: 803 Date d'inscription: 10/03/08 Publications récentes
Please clarify more your requirement or put screenshot if possible which would help us to get more idea.
Joby KJ, modifié il y a 11 années.

RE: Hide document library column heading

Junior Member Publications: 43 Date d'inscription: 13/07/12 Publications récentes
Its about document library columns
thumbnail
Jignesh Vachhani, modifié il y a 11 années.

RE: Hide document library column heading

Liferay Master Publications: 803 Date d'inscription: 10/03/08 Publications récentes
Hi Joby,

Better you put some screenshot or put some more description instead of putting one line comment.
thumbnail
Prakash Khanchandani, modifié il y a 11 années.

RE: Hide document library column heading

Expert Publications: 329 Date d'inscription: 10/02/11 Publications récentes
Do you want to hide the Column headings like title, name, download, size etc from the list of results shown?
Joby KJ, modifié il y a 11 années.

RE: Hide document library column heading

Junior Member Publications: 43 Date d'inscription: 13/07/12 Publications récentes
Yes. Please help me
thumbnail
Tejas Kanani, modifié il y a 11 années.

RE: Hide document library column heading

Liferay Master Publications: 654 Date d'inscription: 06/01/09 Publications récentes
Which Liferay version are you using ?
Joby KJ, modifié il y a 11 années.

RE: Hide document library column heading

Junior Member Publications: 43 Date d'inscription: 13/07/12 Publications récentes
Liferay 6.0
thumbnail
Tejas Kanani, modifié il y a 11 années.

RE: Hide document library column heading

Liferay Master Publications: 654 Date d'inscription: 06/01/09 Publications récentes
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, modifié il y a 7 années.

RE: Hide document library column heading

New Member Publications: 22 Date d'inscription: 02/09/15 Publications récentes
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, modifié il y a 7 années.

RE: Hide document library column heading

New Member Publications: 22 Date d'inscription: 02/09/15 Publications récentes
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.