Skip to content
Snippets Groups Projects
Verified Commit 34abc72b authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3437166 by Utkarsh_33, smustgrave, Jaypan, wdmartin: Update...

Issue #3437166 by Utkarsh_33, smustgrave, Jaypan, wdmartin: Update documentation for table.html.twig around table cells

(cherry picked from commit 8778ac18)
parent 5b98e951
Branches
Tags
5 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #185561 passed
Pipeline: drupal

#185564

    ......@@ -30,6 +30,8 @@
    * - content: The string to display in the table cell.
    * - active_table_sort: A boolean indicating whether the cell is the active
    table sort.
    * - header: Boolean indicating whether the cell should be rendered as a
    * header (<th>) or not (<td>).
    * - footer: Table footer rows, in the same format as the rows variable.
    * - empty: The message to display in an extra row if table does not have
    * any rows.
    ......
    ......@@ -30,6 +30,8 @@
    * - content: The string to display in the table cell.
    * - active_table_sort: A boolean indicating whether the cell is the active
    table sort.
    * - header: Boolean indicating whether the cell should be rendered as a
    * header (<th>) or not (<td>).
    * - footer: Table footer rows, in the same format as the rows variable.
    * - empty: The message to display in an extra row if table does not have
    * any rows.
    ......
    ......@@ -30,6 +30,8 @@
    * - content: The string to display in the table cell.
    * - active_table_sort: A boolean indicating whether the cell is the active
    table sort.
    * - header: Boolean indicating whether the cell should be rendered as a
    * header (<th>) or not (<td>).
    * - footer: Table footer rows, in the same format as the rows variable.
    * - empty: The message to display in an extra row if table does not have
    * any rows.
    ......
    ......@@ -30,6 +30,8 @@
    * - content: The string to display in the table cell.
    * - active_table_sort: A boolean indicating whether the cell is the active
    table sort.
    * - header: Boolean indicating whether the cell should be rendered as a
    * header (<th>) or not (<td>).
    * - footer: Table footer rows, in the same format as the rows variable.
    * - empty: The message to display in an extra row if table does not have
    * any rows.
    ......
    ......@@ -30,6 +30,8 @@
    * - content: The string to display in the table cell.
    * - active_table_sort: A boolean indicating whether the cell is the active
    table sort.
    * - header: Boolean indicating whether the cell should be rendered as a
    * header (<th>) or not (<td>).
    * - footer: Table footer rows, in the same format as the rows variable.
    * - empty: The message to display in an extra row if table does not have
    * any rows.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment