Context: I have an HTML RMarkdown document that contains about 12 DT (datatables) tables I am looking to create a solution (potentially in Javascript) to have one dropdown that filters through all the tables within the document.
Here is an example of the document. Within each tab there is DT table. DT tables have filters within each tab which is fine but my stakeholder is asking for one filter to filter through all tables. The filter will be an ID (as a factor) that will be contained within each table.