nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
143 stars 24 forks source link

Display full text in cell easily #974

Open enjeck opened 5 months ago

enjeck commented 5 months ago

If the text in the cell is longer than column can display, it seems you can't see the full content unless you open the Edit window or export the whole table. I think this is not straightforward and not logical when you just need to view the content.

Quick ideas:

1024-689

viktorix commented 5 months ago

To add another idea, ability to expand the row on click would be nice. Keep rows the same height, and if user needs to see more data hidden in that row, they click on a plus button or chevron down button to expand the row down. Typical expand/collapse feature.

enjeck commented 5 months ago

Related issue about text-wrapping: https://github.com/nextcloud/tables/issues/619

GoOz commented 5 months ago

I second @viktorix's idea. Looks a bit easier to implement and as effective as the other ideas.