akveo / akveo/ng2-smart-table

Non editable column with list not showing value

Open
#1,128 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

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,
},

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.