#custom button in list header

5 messages · Page 1 of 1 (latest)

uncut stream
#

Is it possible to add a custom button to the list header?

crude slateBOT
native gorge
#

There's no slot available for custom components next to the list view controls, although you could use listMenuItems which would render a component in this menu

// collection config
admin: {
  components: {
    listMenuItems: ['/path/to/MyComponent'],
  },
}
#

Hope that helps!