Issue
- The user wants to modify the columns that appear in the documents and media table
Environment
- DXP 7.4
Resolution
- There is a property that it was created to modify the columns that the user could see on this board, which is the following property:
dl.entry.columns
By default the values are those:dl.entry.columns=name,size,status,modified-date,create-date,action
But you can also add downloads to see the number of downloads.
It will look like this:
dl.entry.columns=name,size,downloads,status,modified-date,create-date,action
- It is important the order because it will be the order that the columns will appear on the application.
- After that, restart the server, and then you will see the columns that you want on the board.