README.txt |
README.txt |
|
Provides a way to split a views table row into two.
In the table style settings, select a "Secondary row" option.
So if a table looks like this:
Name | Description | Edit link | Delete link
changing the secondary row option for… |
TableSecondaryRow.php |
src/Plugin/views/style/TableSecondaryRow.php |
Drupal\views_secondary_row\Plugin\views\style |
|
views-secondary-row-style-plugin-table.html.twig |
templates/views-secondary-row-style-plugin-table.html.twig |
|
Default template for the settings of a table style views display. |
views-secondary-row-view-table.html.twig |
templates/views-secondary-row-view-table.html.twig |
|
Default theme implementation for displaying a view as a table. |
views-secondary-row-view-table.tpl.php |
views-secondary-row-view-table.tpl.php |
|
Template to display a view as a table. |
views_secondary_row.info.yml |
views_secondary_row.info.yml |
|
views_secondary_row.info.yml |
views_secondary_row.module |
views_secondary_row.module |
|
Adds a new Views Row style. |
views_secondary_row.theme.inc |
views_secondary_row.theme.inc |
|
Preprocessors and helper functions to make theming easier. |