#Is a way to swap buttons in list view ?
5 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
- Swap in your own React components
- Swap in your own React components
- Swap in your own React components
- Collection Configs
Community-Help:
Normally I'd say swap out the components https://payloadcms.com/docs/admin/components#custom-tabs
But to hide them, you likely want to use CSS since I don't think there is a config for replacing them
@pure inlet thanks for answer !
I would be able to hide it using a custom provider with custom styles. But what I want to do is:
or - really delete them
or - override their functionality (like when clicked, a modal appears)
The custom tabs which you provide are from edit page view not for list view