You are here

constant RESPONSIVE_TABLES_FILTER_FILES in Responsive Tables Filter 7

System variable to toggle responsive tables on file tables.

3 uses of RESPONSIVE_TABLES_FILTER_FILES
responsive_tables_filter_admin_form in ./responsive_tables_filter.admin.inc
Form callback to control module settings.
responsive_tables_filter_field_formatter_info_alter in ./responsive_tables_filter.module
Implements hook_field_formatter_info_alter().
responsive_tables_filter_uninstall in ./responsive_tables_filter.install
Implements hook_uninstall().

File

./responsive_tables_filter.module, line 21
Make tables responsive, when filter is enabled for the field.

Code

define('RESPONSIVE_TABLES_FILTER_FILES', 'responsive_tables_filter_files');