You are here

constant RESPONSIVE_TABLES_FILTER_EVERY_PAGE in Responsive Tables Filter 7

System variable to toggle asset loading on every page.

9 uses of RESPONSIVE_TABLES_FILTER_EVERY_PAGE
responsive_tables_filter_admin_form in ./responsive_tables_filter.admin.inc
Form callback to control module settings.
responsive_tables_filter_init in ./responsive_tables_filter.module
Implements hook_init().
responsive_tables_filter_install in ./responsive_tables_filter.install
Implements hook_install().
responsive_tables_filter_preprocess_page in ./responsive_tables_filter.module
Implements hook_preprocess_page().
responsive_tables_filter_preprocess_views_view_table in ./responsive_tables_filter.module
Implements hook_preprocess_views_view_table().

... See full list

File

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

Code

define('RESPONSIVE_TABLES_FILTER_EVERY_PAGE', 'responsive_tables_filter_every_page');