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 摘要。