akveo / akveo/ng2-smart-table

"class" property setting on column not pulling in styles from .scss file

Abierto
#218 6 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
TypeScript
Estrellas
1.6k
Forks
867
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When using the "class" property for a specific column, the referenced styles found within my component's scss file are not being applied. Inside the browser's developer tools I can see the class being applied to the correct column header, but no styles. Is this a bug? Or am I missing something?

Component (inside settings.column):
x: {
title: 'X',
class: 'min-width'
},

In component's SCSS file:
.min-width {
background-color: red;
}

Referencing SCSS file in component via:
styleUrls: ['./foo.scss'],

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.