Unable to hide the "Add New" in actions via actions.add
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
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
},
...}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.