You are here

constant RESPONSIVE_PRIORITY_MEDIUM in Responsive Tables 7.2

A responsive table class; hide table cell on narrow devices.

Indicates that a column has medium priority and thus can be hidden on narrow width devices and shown on medium+ width devices (i.e. tablets and desktops).

1 use of RESPONSIVE_PRIORITY_MEDIUM
responsive_tables_theme_table in ./responsive_tables.module
Overrides theme_table() with responsive support.

File

./responsive_tables.module, line 9

Code

define('RESPONSIVE_PRIORITY_MEDIUM', 'priority-medium');