Good morning
I’m using a custom post type called locations. This outputs multiple markers on a Google map. All good and works
I then create a table using jquery datatable to show all the locations. Again, all good.
What I’m struggling with, is how I could filter the map markers by searching the datatable.
Jquery datatables has a drawcallback() function. This I believe is what I need.
But how do I reinitialise the map?
Any help would be much appreciated.
Thanks