Forum Discussion
meyer1981
Jul 22, 2022Copper Contributor
Showing json data in column more user friendly
Using plumsail to enter some data and then update a sharepoint list item. On the plumsail form im using a data table and copy the data to a column in sharepoint. Is there a way to format the sharepo...
kalpeshvaghela
Jul 25, 2022Iron Contributor
If you have SPFX knowledge then you can user SPFX Extension - Field Customizer for column rendering part where you can control rendering of the column value.
Reference Link: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-field-customizer
Hope it will helpful to you