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
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
Post a Comment