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 还没有评估数据。