Right now all of our tables use $variables['responsive'] as TRUE by default in theme_table(). This means that the drupal.tableresponsive is added for every page with a table, even though it's not actually used. Ironically the Views integration actually checks the classes used. I think we should make theme_table() work the same way.
↧