Client Side Rendering

In SharePoint 2013, Client Side Rendering  is used for rendering list views, list forms and search results

We need to add this JSLink under web part properties.


So basically, what CSR does is it gets the JS object with raw data as input, and renders huge HTML string based on it

After HTML string is fully formed, it is inserted into the DOM.

Please refer this link for more details Link1 Link2

Comments

Popular posts from this blog

A type named 'SP.Data. could not be resolved by the model error

Add content type to SharePoint List/Library using REST API

PeoplePicker get & Update List item using Rest API in SharePoint 2013