Forum Discussion
SPO - show all info in column
- Jul 16, 2019Freenit As far as I know there is no configuration setting in modern List Views that will make your view render the way you want. You might be able to achieve this using a SharePoint Framework (SPFx) Field Customizer which allows you to customize the way the field renders (increase its cell height). Alternatively you can create a custom SPFx WebPart in which you are completely free to decide in which way you'd like to render your data. See below links for more information: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/overview-client-side-web-parts 
Freenit As far as I know there is no configuration setting in modern List Views that will make your view render the way you want. You might be able to achieve this using a SharePoint Framework (SPFx) Field Customizer which allows you to customize the way the field renders (increase its cell height). Alternatively you can create a custom SPFx WebPart in which you are completely free to decide in which way you'd like to render your data.
See below links for more information:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/overview-client-side-web-parts