Forum Discussion
LincolnDeMaris
Microsoft
Jan 13, 2017Custom field rendering in modern list views
Hi SharePoint Developers,
We're working hard on making modern lists and libraries more extensible. One feature that we're working on right now is a SharePoint Framework component that allows y...
Mihkel Moorats
Jan 13, 2017Brass Contributor
The modern version of the classic JSLink is definatelly important feature for my cusomers to use modern lists and libraries.
An example scenario for JSLink today:
Client has a list with project data and there's a column for the budget (maksumus). Project budget will be filled partially every month. With JSLink there is a link and a table to insert and display monthly payments. Total amount of monthly payments are calculated to Total field (Arveldatud summa).
I know, its quite trivial, but similar scenarios are very common where I need to display data from another list in dispform.aspx or editform.aspx.
I hope my example will help to develop modern version of the classic Field.JSLink.
Good luck!