I'm currently displaying a table (using the DataTables plugin) which pulls data from the server-side. No problems so far.
I'd like to use UI Tabs to apply filters to the existing table rather than displaying entirely different content.
I've kind of got it working, but it throws errors (because there is no content for the 'filter' tabs) and the clicked tabs don't become 'selected'.
Can anybody help?