"Add New" Cannot be removed if settings are loaded after init
Aperta
- Lingua principale
- TypeScript
- Stelle
- 1.6k
- Fork
- 867
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
},`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.