Unable to hide the "Add New" in actions via actions.add
Aperta
- Lingua principale
- TypeScript
- Stelle
- 1.6k
- Fork
- 867
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
settings = {
actions: {
add: false,
},
...}
doesn't work, I still can see "Add New". But when I disable all the actions (add, edit and delete), it works, the entire actions column is gone:
settings = {
actions: {
add: false,
edit: false,
delete: false
},
...}
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.