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...
Ivan Bilokon
Jul 23, 2018Copper Contributor
The most often use of CSR in my solutions was to customize field rendering in list forms to:
- Make fields read only
- Hide fields
- Pre-fill field values (e. g. from URL parameters)
- Implement field conditions (hide/show fields based on other field values, URL parameters etc)
Additionally I used CSR to:
- Develop custom field type
- Implement conditional formatting
- Hide a part of long strings in list view
- Render field content as hyperlink
- Replace field content or hide field content in list view