angular-ui/ui-grid

Ui grid not showing special Character

Open

#5.892 aberto em 15 de dez. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
good first issue

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I have a UI-grid in my page and I need to show a column with character "". It's a Example of my Json:

[{ "DTH_INCLUI_LOG": "2016-01-13T10:58:32", "COD_IDENT_USUAR": "AC43771", "COD_IDENT_HOST": "ACESITA\\ACE14802", "DSC_ALTERACAO": "Aço Histórico I1033 foi excluído da Aplicação 006 - Calderaria/Tanques e Aço I1017.", "VLR_ANTIGO": "I1033", "VLR_NOVO": " ", "SQ_LOG_ALTER": 3695.0 }]

But in the grid, the column "COD_IDENT_HOST" isn't showed with the one bar.

What can I do to show it?

Guia do colaborador