{# /** * @file * Contains the text of the tabledrag_example explanation page */ #} {% set simple_rows = path('tabledrag_example.simple_form') %} {% set nested = path('tabledrag_example.parent_form') %} {% set roots_and_leaves = path('tabledrag_example.root_leaf_form') %} {% set reset_form = path('tabledrag_example.reset_form') %} {% trans %}
Below are examples of Drupal 8's table element with 'tabledrag' functionality.
{% endtrans %}