akveo / akveo/ng2-smart-table

"Add New" Cannot be removed if settings are loaded after init

Aperta
#745 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.