You are here

constant RESPONSIVE_TABLES_FILTER_VIEWS in Responsive Tables Filter 7

System variable to toggle responsive tables on Drupal Views.

3 uses of RESPONSIVE_TABLES_FILTER_VIEWS
responsive_tables_filter_admin_form in ./responsive_tables_filter.admin.inc
Form callback to control module settings.
responsive_tables_filter_preprocess_views_view_table in ./responsive_tables_filter.module
Implements hook_preprocess_views_view_table().
responsive_tables_filter_uninstall in ./responsive_tables_filter.install
Implements hook_uninstall().

File

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

Code

define('RESPONSIVE_TABLES_FILTER_VIEWS', 'responsive_tables_filter_views');