akveo / akveo/ng2-smart-table

Unable to hide the "Add New" in actions via actions.add

Open
#827 6 comments 7 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.