akveo / akveo/ngx-admin

Smart Table Dropdown not Listing Title

未關閉
#5,668 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
TypeScript
星號
25.7k
分支
7.9k
PR 合併指標
30 天內沒有已合併 PR

描述

### Issue type

**I'm submitting a ...** (check one with "x")

* [x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository

### Issue description

**Current behavior:**
While trying to attatch dropdown in smart table the value of the dropdown is shown in listing (while clicking edit and adding new its proper)

**Expected behavior:**
The dropdown should be showing title(value is just for internal purpose)

**Steps to reproduce:**
In a smart Table add following code and you can see as from service value comes as 1,2.etc and it is shown in the listiing rather than the title.
Im attatching a screenshot illustrationg the issue
![Screenshot from 2020-04-24 01-45-14](https://user-images.githubusercontent.com/38686094/80145687-352b2a80-85ce-11ea-907e-a057fb3326de.png)

**Related code:**

```
type: {
title: 'type',
type: 'html',
editor: {
type: 'list',
config: {
list: [{title: 'Entry & Exit', value: '1'}, {title: 'Entry Only', value: '2'} , {title: 'Exit Only', value: '3'}]
}
},
},
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。