"Add New" Cannot be removed if settings are loaded after init
Đang mở
- 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 dropdown filter boxes, which get's the options dynamically from database
so I had to load it again after init
but when I am doing it, I am getting "Add New" even that I set it to false
also while page is loading I get the "Edit" and "Delete" on screen for ~1 second
`SetNewSetting(){
this.mySettings = {
actions: {
edit: false,
delete: false,
columnTitle: '',
add: false
},`
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á.