Customize edit and add behavior and function
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 1.6k
- Forks
- 867
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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: '',
},
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.