- Issue created by @Sneezycheesy
- 🇫🇷France mably
Is the header block updated when the view is refreshed using Ajax?
Not sure the problem is related to this module...
The issue I am running into is that the header of the view is not printed by default, because the view's content is placed in the page manager.
For this reason, a custom block had to be made to be able to render whatever is placed in the header of the view (in this case the facets summary), but this block is not related/connected to the view itself and thus, isn't updated when the view is.I've been trying to manually update the content of the block using JS eventsubscribers, but so far without any luck.
- 🇫🇷France mably
Javascript is probably the way to go using some kind of MutationObserver.