Customize edit and add behavior and function
Open
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 867
- PR merge metrics
- No merged PRs in 30d
Description
I want to know there is any way to customize the `Edit` and `Add` function. By example, hide `Add` button, or moving the data into a Modal to work and save later. I saw in the example, I can hide the default `Filter` and use another input as `Filter`. Can we do the same for for these functions?
Example: I tried to hide the edit button but it is showing as a block next delete one.
```
edit: {
editButtonContent: '',
saveButtonContent: '',
cancelButtonContent: '',
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.