SOLVED

SPO - show all info in column

Brass Contributor

Hello.

 

I need to show all info in SPO list column. SPO list automatically hides content that overflow.

SPO_column.png

The column is used for comments so it is "multiple lines of text" type.

Is it possible to show all info that will be input in the corresponding column?

1 Reply
best response confirmed by VI_Migration (Silver Contributor)
Solution

@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

1 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution

@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

View solution in original post