You are here

responsive_table_filter.module in Responsive Table Filter 8

Same filename and directory in other branches
  1. 7 responsive_table_filter.module

File

responsive_table_filter.module
View source
<?php

/**
 * Implements hook_page_attachments().
 */
function responsive_table_filter_page_attachments(array &$attachments) {
  $attachments['#attached']['library'][] = 'responsive_table_filter/responsive-table';
}