0

I am having a SharePoint Online list which has long column names like "Agreement delivered to planned vertical" and "Status of approval from XXXX". In normal view, I'm able to see only cropped text like "Agreement delivered..." and "Status of...". So here I want to display the entire text by text wrapping into second line instead of showing "...", is it possible?

So Column name would be displayed in two or three lines like below

Agreement delivered
to planned vertical

1 Answer 1

0

This is a default behavior in SharePoint online. You cannot wrap the column headers in two or three lines.

But you can manually increase the width of column header by dragging it to the right & save the list view.

enter image description here

For detailed steps, check: SharePoint Modern List - Increase column width with JSON Issue

Similar thread: SharePoint Modern Column Header cuts off

3
  • I'm aware of this, but the requirement is to wrap the column header. Can't we do this by any means like Power apps or SharePoint designer? Commented Jul 1, 2021 at 12:05
  • Wrapping header text is not possible using SharePoint out of the box or Power Apps capabilities. You can try developing SPFx application customizer to inject custom CSS for this ( But, injecting custom css/javascript is not recommended by Microsoft). Commented Jul 1, 2021 at 12:18
  • 1
    Thanks a lot for details! Commented Jul 1, 2021 at 12:54

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.