💫 Datagrid: improved handling of long content 💫

Release date:  
April 7, 2026

Before, long content in datagrid cells could be hard to read, access, and edit. It could get truncated, and inline editing was limited to a single-line input.

Now, you have more control over how content is displayed and edited:

• Cells scroll horizontally by default when content exceeds the column width:

• You can enable a Wrap option per column to display content on multiple lines instead of a single line:

• When wrapping is enabled, you can set a maximum height for the cell and enable vertical scrolling:

• Wrapped text fields open in a multi-line textarea during inline editing, making longer content easier to edit:

• You can also adjust how content is displayed inside each cell with new settings for line height (spacing between lines), padding (inner spacing), and vertical alignment (top, center, bottom):

✅ Perfect for fields such as descriptions, comments, or any input where users need to read and edit longer content directly inside the datagrid!

That's all for this release! As always, let us know what you think 🙂