akveo / akveo/ng2-smart-table

editor list not working

Open
#484 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

columns: {
dropdown: {
title: 'Quantity',
type: 'html',
editor : {
type: 'list',
config : {
list: [{value: '1', title: 'Quantity #1'}]
}
},
filter: false
}
}

Note: Here try to list a dropdown in a cell but noting was displayed in the table.

help me how to fix this.

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.