Is it possible to have two different Views formats for one single view?
In other words:
I have a view in which you apply filters and it lists the content results in table format.
I cloned that view but changed the view format to a Leaflet map.
so I have two different views, but I would like the user to be able to just apply the filters and be shown BOTH the list table AND the map.
Is it possible?
thanks!



Yes, of course. You can use Views attachments for that.
Given you have a map view, then (in the same view) add an attachment type (by the "add" button on top). Then override the display and fields as you like (for a table view), but keep the same filters. And attach it to the page display. Attachments can be above or below, or both.
It can be a bit "fiddly" if you're not familiar with Views, but it's possible.