AddNew button icon is not showing on screen when using FontAwesome icons
未關閉
- 主要語言
- TypeScript
- 星號
- 1.6k
- 分支
- 867
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I am using fontAwesome icons for edit,save,delete,cancel .But only the addNew icon i.e(plus symbol) is not showing on screencouldn't show icon for AddNew button.If I use the plus icon inplace of save/delete/edit it is showing up but the problem is with addNew .Can someone please give me a solution to fix this?
I used the following settings
this.settings = {
add: {
confirmCreate: true,
addButtonContent: '',
createButtonContent: '',
cancelButtonContent: ''
},
delete: {
confirmDelete: true,
deleteButtonContent: ''
},
edit: {
confirmSave: true,
editButtonContent: '',
saveButtonContent: '',
cancelButtonContent: ''
}
}
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。