You are here

constant RESPONSIVE_PRIORITY_LOW in Responsive Tables 7.2

A responsive table class; only show table cell on wide devices.

Indicates that a column has low priority and thus can be hidden on narrow and medium viewports and shown on wide devices (i.e. desktops).

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

File

./responsive_tables.module, line 17

Code

define('RESPONSIVE_PRIORITY_LOW', 'priority-low');