Posts Tagged ‘Change hyperlink’


Below example shows how to change the hyperlink for “ID” and “Title(LinkTitle)” field inside the list view using CSR. Step1 : Create a JS file and paste below code (function () { function registerRenderer() { var ctxForm = {}; ctxForm.Templates = {}; ctxForm.Templates = { Fields : { ‘LinkTitle’: { //—— Change Hyperlink of LinkTitle […]

via Change hyperlink of fields/columns inside the list view using CSR — SharePoint