Non editable column with list not showing value
Open
- 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.