adopted-ember-addons / adopted-ember-addons/ember-light-table

Proposal: Add title to Cell

未关闭
#368 5 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。