Has anyone managed to get two separate tables on two tabs in Foundation 6 to sort when either tab is active? If so, what is Foundation using to trigger their tab method call?
I can obviously get the first loaded tab to sort, but not the second.
I cant seem to find a Foundation 6 equivalent for shown.bs.tab
or a[data-toggle="tab"]
as mentioned on the Scrolling and Bootstrap tabs tutorial page, as it appears F6 uses ARIA roles.