Is it possible to add custom action buttons for my crud entities?
Hello guys! I'm kinda new to React and Refine, so this question could be a little dumb 
I have an API which I can't change and instead of having single endpoint which is responsible for update (or "edit"), it's separated into several endpoint all of which edit few fields of a record: archive (it's like soft delete, actually), edit title, etc. So I wonder if there any possibility to add some custom action buttons which trigger these endpoints, instead of one big "EDIT" feature.
Thanks for the answers in advance!
I have an API which I can't change and instead of having single endpoint which is responsible for update (or "edit"), it's separated into several endpoint all of which edit few fields of a record: archive (it's like soft delete, actually), edit title, etc. So I wonder if there any possibility to add some custom action buttons which trigger these endpoints, instead of one big "EDIT" feature.
Thanks for the answers in advance!
