akveo / akveo/ngx-admin

Miss oriented custom actions while using ng2-smart-table with nebular themes

未关闭
#2,063 5 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
needs triage P3: minor
主要语言
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 using [custom actions](https://akveo.github.io/ng2-smart-table/#/examples/custom-editors-viewers) `ng2-smart-table` with the nebular theme.
![Screenshot 2019-03-13 at 1 53 34 PM](https://user-images.githubusercontent.com/10740210/54263863-d22c2f00-4597-11e9-9c43-806100296614.png)
the actions become missoriented.

**Expected behavior:**

![Screenshot 2019-03-13 at 1 36 09 PM](https://user-images.githubusercontent.com/10740210/54263960-0869ae80-4598-11e9-8bf7-5728df547fa6.png)
Properly oriented actions, just as vanilla installation of `ng2-smart-table`

**Steps to reproduce:**

just add custom actions to settings of `ng2-smart-table`
```
settings = {
actions: {
add: false,
edit: false,
delete: false,
custom: [
{
name: 'customEdit',
title: 'CEdit ',
},
]
},
}
```

### Other information:

**npm, node, OS, Browser**
```

```

**Angular, Nebular, ng2-smart-table**

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。