Non editable column with list not showing value
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.6k
- Forks
- 867
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When I edit a table with this column, the value of the column is not shown. I set the values of the list on ngOninit.
name: {
title: 'Name',
defaultValue: '',
type: 'html',
editor: {
type: 'list',
config: {
list: [],
},
},
editable: false,
},
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.