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.
https://pluto.weblaze.dev
MIT License
635 stars 288 forks source link

[Feature] clipped new line should count as overflow #1058

Closed Pebkac03 closed 1 day ago

Pebkac03 commented 1 month ago

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.

github-actions[bot] commented 2 weeks ago

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

github-actions[bot] commented 1 day ago

This issue was closed because it has been inactive for 14 days since being marked as stale.