web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Is there any way to di...
Power Apps
Answered

Is there any way to display multiple lines of text for a single row using the modern table?

(1) ShareShare
ReportReport
Posted on by 62
Hello all,
 
I have a modern table with a large paragraph of data as seen below:
 
 
I was wondering if there is any way to have the text wrap and the size of the row adjust to display the entire paragraph. How I have it at the moment is not terribly useful for browsing over as it shows so little information...
 
Any help is very appreciated!
Categories:
I have the same question (0)
  • Verified answer
    Valantis Profile Picture
    6,735 on at
     
    The modern list view doesn't support auto-expanding row heights to show a full paragraph out of the box, the row height is fixed by design.
     
    Two options:
    1. Switch to Gallery view (View options top right). It shows each item as a card and displays the full multiline text without truncation. No config needed.
    2. If you want to stay in the table view, you can apply column formatting JSON to the Incident column. Go to the column header > Column settings > Format this column, paste this:
    {
      "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
      "elmType": "div",
      "txtContent": "@currentField",
      "style": {
        "white-space": "normal",
        "overflow": "visible"
      }
    }
     
    Note: this only works if the column is set to Plain text, not Rich/Enhanced text. If it's rich text, you'll see HTML tags instead of formatted content.
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

    💼 LinkedIn

    ▶️ YouTube

  • Verified answer
    MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
    Point 1 
     
    Table Control is still in preview as per Microsoft Best Practice you shouldn't deploy the preview controls for production environment.
     
    Point 2
     
    CanGrow - You can turn off this property and adjust accordingly.
     
    There is No Wrap Property available in Modern Tables.
     
    Possible Approach - Create a gallery control and adjust it accordingly
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • Verified answer
    11manish Profile Picture
    3,333 on at
    Modern Table cannot display multi-line wrapped text with auto-height rows.
    • Switch to a Gallery for full-text display.
    Replace the modern table with a Flexible Height Gallery
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at
    Starting with version 3.26044, there is a new control (Data Grid) which has an option to allow the text to be wrapped - see below.
     
  • LW-03031325-0 Profile Picture
    62 on at
    Thank you so much everyone for your help, I ended up going with a gallery instead but really appreciate all the options you gave me!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard