Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
The views-view-flipped-table.html.twig template has been changed.
Some changes bring it closer to the default views-view-table.html.twig, and then a bug was fixed with a variable name so now field name/active sort classes should be appearing on table cells where they wouldn't have before.
You should diff any overridden templates when updating to bring those changes to your overrides.
IMPORTANT: This release changes the behavior of "Row class" in the style settings to act as "Column class". Since per-row field token replacements don't make much sense in the context of a flipped table, anything entered here will appear on the column. Each <th>/<td> in the column will have that class applied for every <tr> in the table.
This does not impact even/odd/first/last, etc, only whatever was entered in the "Row class" field.
You are encouraged to review changes to the default template file, several features have been added that should be moved into any overridden templates.
The $row_classes_flipped variable has also been renamed to $wrapper_classes/$header_classes.