adopted-ember-addons / adopted-ember-addons/ember-light-table
Proposal: Add title to Cell
未關閉
enhancement
help wanted
possible-addon
- 主要語言
- JavaScript
- 星號
- 311
- 分支
- 130
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I want my cells to display on a single line (think of a long email, it should no overlap the next column). So I rely a `text-overflow: ellipsis`. It works fine. But now the content is truncated. A quick UX fix for that is to use the html `title` attribute, when you hover for a second-ish, a tooltip shows the full content.
I know I can do that with a custom component (which is the solution I went with) but it also feel like something that could belong in the base components. I'd love to do:
```
columns: [
{
label: 'Email',
value: 'email',
title: true
]
```
貢獻指南
評估
這個 Issue 還沒有評估資料。