留言板

Hide document library column heading

Joby KJ,修改在11 年前。

Hide document library column heading

Junior Member 帖子: 43 加入日期: 12-7-13 最近的帖子
Hi ,
I want to hide document library column heading. Please suggest solution.

Thanks
Joby
thumbnail
Jignesh Vachhani,修改在11 年前。

RE: Hide document library column heading

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
Please clarify more your requirement or put screenshot if possible which would help us to get more idea.
Joby KJ,修改在11 年前。

RE: Hide document library column heading

Junior Member 帖子: 43 加入日期: 12-7-13 最近的帖子
Its about document library columns
thumbnail
Jignesh Vachhani,修改在11 年前。

RE: Hide document library column heading

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
Hi Joby,

Better you put some screenshot or put some more description instead of putting one line comment.
thumbnail
Prakash Khanchandani,修改在11 年前。

RE: Hide document library column heading

Expert 帖子: 329 加入日期: 11-2-10 最近的帖子
Do you want to hide the Column headings like title, name, download, size etc from the list of results shown?
Joby KJ,修改在11 年前。

RE: Hide document library column heading

Junior Member 帖子: 43 加入日期: 12-7-13 最近的帖子
Yes. Please help me
thumbnail
Tejas Kanani,修改在11 年前。

RE: Hide document library column heading

Liferay Master 帖子: 654 加入日期: 09-1-6 最近的帖子
Which Liferay version are you using ?
Joby KJ,修改在11 年前。

RE: Hide document library column heading

Junior Member 帖子: 43 加入日期: 12-7-13 最近的帖子
Liferay 6.0
thumbnail
Tejas Kanani,修改在11 年前。

RE: Hide document library column heading

Liferay Master 帖子: 654 加入日期: 09-1-6 最近的帖子
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,修改在7 年前。

RE: Hide document library column heading

New Member 帖子: 22 加入日期: 15-9-2 最近的帖子
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,修改在7 年前。

RE: Hide document library column heading

New Member 帖子: 22 加入日期: 15-9-2 最近的帖子
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.