bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] clipped new line should count as overflow

Pebkac03 opened this issue · comments

Not sure if this should count as a bug or feature request so feel free to change label.

When having a text cell with a fixed height that only fits one line of text and populating it with a multiline string it would be great if it would count as an overflow with the configured TextOverflow, whether that be ellipsis, clip, etc. As of now it instead renders the second line clipped.

This issue is stale because it has been open for 30 days with no activity.