Custom button on specific ListView

Hi

So let’s say I have this ListView, where I would like to add a custom button that does a simple redirect;

What would be my options?

I have only seen how to add a custom for ALL listviews here on the forum.

Is there a method?

Thanks

You should look at modifying the list view defs/adding a custom version of modules/yourmodule/metadata/listviewdefs.php and adding your button there.

Kind Regards,

Will.