Unable to hide the "Add New" in actions via actions.add
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
},
...}
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.