Search for table

  1. Search 7.x-3.x for table
  2. Other projects
Title Object type File name Summary
views_plugin_style_table::even_empty function plugins/views_plugin_style_table.inc Should the output of the style plugin be rendered even if it's a empty view.
views_plugin_style_table::options_form function plugins/views_plugin_style_table.inc Render the given style.
views_plugin_style_table::option_definition function plugins/views_plugin_style_table.inc Information about options for all kinds of purposes will be held here.
views_plugin_style_table::sanitize_columns function plugins/views_plugin_style_table.inc Normalize a list of columns based upon the fields that are
available. This compares the fields stored in the style handler
to the list of fields actually in the view, removing fields that
have been removed and adding new fields in their own column.
views_views_exportables function ./views.module Implementation of hook_views_exportables().