2

I figured out that using JSLink can lift SharePoint onto a new level. But unfortunately I am completely lost on really understanding it.

I feel like just copy pasting code samples does not help me, also because (obviously) everybody has it's own style of writing code.

Is there any official guideline or tutorial? How do I know which functions do exist? How do I know how to address a specific column/field? I have a basic understanding about JavaScript, so I don't need to learn about variables or a if... else statements, but I struggle to bring JSLink into context with it.

wheeler
  • 443
  • 5
  • 22

1 Answers1

4

Unfortunately CSR has no official documentation yet. You can have a look on following stuff by Andrei Markeev

SharePoint 2013 Client Side Rendering: List Forms

SharePoint 2013 Client Side Rendering: List Forms + KnockoutJs

SharePoint 2013 Client Side Rendering: List Forms + Layout

Andrei Markeev has a tool to make CSR development easier.

SharePoint CSR Live Edit

You can also have a look on iCSR by Danny Engelman

Atish Kumar Dipongkor
  • 13,371
  • 5
  • 32
  • 64
  • 1
    To add to this answer, Ross Bradbrook has a nice article introducing CSR: http://www.kaptyn.com/SharePoint/client-side-rendering-2013/. Muawiyah Shannak posted a list of CSR samples which may help: https://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a – Mihail Jul 15 '16 at 10:56