You are here

function responsive_table_filter_page_attachments in Responsive Table Filter 8

Implements hook_page_attachments().

File

./responsive_table_filter.module, line 6

Code

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