constant RESPONSIVE_PRIORITY_LOW

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).

Related topics

6 uses of RESPONSIVE_PRIORITY_LOW
comment_admin_overview in drupal/core/modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
dblog_overview in drupal/core/modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
node_admin_nodes in drupal/core/modules/node/node.admin.inc
Returns the admin form object to node_admin_content().
system_modules in drupal/core/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
theme_table in drupal/core/includes/theme.inc
Returns HTML for a table.

... See full list

File

drupal/core/includes/theme.inc, line 51
The theme system, which controls the output of Drupal.

Code

const RESPONSIVE_PRIORITY_LOW = 'priority-low';