AddNew button icon is not showing on screen when using FontAwesome icons
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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: ''
}
}
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.