掲示板

Hide document library column heading

11年前 に Joby KJ によって更新されました。

Hide document library column heading

Junior Member 投稿: 43 参加年月日: 12/07/13 最新の投稿
Hi ,
I want to hide document library column heading. Please suggest solution.

Thanks
Joby
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Hide document library column heading

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Please clarify more your requirement or put screenshot if possible which would help us to get more idea.
11年前 に Joby KJ によって更新されました。

RE: Hide document library column heading

Junior Member 投稿: 43 参加年月日: 12/07/13 最新の投稿
Its about document library columns
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Hide document library column heading

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Hi Joby,

Better you put some screenshot or put some more description instead of putting one line comment.
thumbnail
11年前 に Prakash Khanchandani によって更新されました。

RE: Hide document library column heading

Expert 投稿: 329 参加年月日: 11/02/10 最新の投稿
Do you want to hide the Column headings like title, name, download, size etc from the list of results shown?
11年前 に Joby KJ によって更新されました。

RE: Hide document library column heading

Junior Member 投稿: 43 参加年月日: 12/07/13 最新の投稿
Yes. Please help me
thumbnail
11年前 に Tejas Kanani によって更新されました。

RE: Hide document library column heading

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
Which Liferay version are you using ?
11年前 に Joby KJ によって更新されました。

RE: Hide document library column heading

Junior Member 投稿: 43 参加年月日: 12/07/13 最新の投稿
Liferay 6.0
thumbnail
11年前 に Tejas Kanani によって更新されました。

RE: Hide document library column heading

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
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.
7年前 に Sikendar Kumar によって更新されました。

RE: Hide document library column heading

New Member 投稿: 22 参加年月日: 15/09/02 最新の投稿
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.
7年前 に Sikendar Kumar によって更新されました。

RE: Hide document library column heading

New Member 投稿: 22 参加年月日: 15/09/02 最新の投稿
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.