Monday, March 7, 2016

Differences between JSLINK and Client Side rendering in SharePoint 2013


Client Side Rendering in SharePoint, 

  1.  Display Templates
  2.  JSLink.


Client Site Rendering 

  • -term for when the data is transformed using the client rather than the server.
  •  such as HTML and JavaScript. 
  • Allow  us to style SharePoint elements using JavaScript, rather than having to write XSLT.
  • change complete List Views, Fields, Search Results and more.
  •  This makes it a lot simpler and more intuitive, especially for web developers 



JSLink 

  • like Client Side Rendering.
  • property SharePoint objects, including Fields, Lists, Views, and Content Types.
  • the JSLink property simply adds a JavaScript file to the page. Depending on the JavaScript,
  •  this could then do anything – either related to the object of which it was attached, or something completely irrelevant if desired.

No comments:

Post a Comment