rencore / customization-guide

Customize SharePoint with technologies that you can safely rely on for the foreseeable future
https://rencore.com/sharepoint-customizations-guide/
Other
16 stars 6 forks source link

Add column formatting using JSON to customize SharePoint #13

Closed levesquesamuel closed 6 years ago

levesquesamuel commented 6 years ago

Whenever possible, column cuztomization should be done using column formating. If not possible due to technical limiations (e.g. call external JS) then use SPFx extension.

Your thoughts?

waldekmastykarz commented 6 years ago

That makes sense. If whatever you need to change about how the field is rendered using column formatting, you should use that. If it's insufficient for your needs, you could use SPFx field customizers instead.