From 6c110212a948a078cbadf97b0ab8dee369f0ffa9 Mon Sep 17 00:00:00 2001 From: Daniel Gornstein Date: Thu, 23 Mar 2017 12:53:45 -0700 Subject: [PATCH] fix(body-cell): set title on cell when not using cell template This shows the full value on hover by using the HTML title attribute. Since the content of the cell can get cut off with ellipsis, it is needed for the user to see the entire content. --- src/components/body/body-cell.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/body/body-cell.component.ts b/src/components/body/body-cell.component.ts index 514edece3..895aad142 100644 --- a/src/components/body/body-cell.component.ts +++ b/src/components/body/body-cell.component.ts @@ -21,6 +21,7 @@ import { SortDirection } from '../../types';