Posts

Showing posts with the label document

Viewing file properties instead of file in SharePoint document library

Viewing file properties instead of file in SharePoint document library I have a document library on SharePoint online with lots of columns for metadata. These columns won't fit in a single view on screen, so I want the users to first view the properties of the file before downloading them. Is there a way to change the behavior of the SharePoint library ensure that the user views the file properties first when they click on the filename? PS: I understand I could have used lists, but after loading about 10000 documents, I have decided to use it as a last resort. Thank you. 1 Answer 1 Custom the LinkFilename field by CSR. Sample code: (function () { 'use strict'; var CustomWidthCtx = {}; /** * Initialization */ function init() { CustomWidthCtx.Templates = {}; CustomWidthCtx.Templates.Fields = { 'LinkFilename': { ...