Issue #3256591 by yassermussa, Chi: Fix Element/Table documentation

merge-requests/1602/head
catch 2022-01-03 10:47:59 +00:00
parent b2901ce78c
commit e0cfcc9566
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ use Drupal\Component\Utility\Html as HtmlUtility;
* element. Table elements would contain rows elements that would in turn
* contain column elements.
* - #empty: Text to display when no rows are present.
* - #responsive: Indicates whether to add the drupal.responsive_table library
* - #responsive: Indicates whether to add the drupal.tableresponsive library
* providing responsive tables. Defaults to TRUE.
* - #sticky: Indicates whether to add the drupal.tableheader library that makes
* table headers always visible at the top of the page. Defaults to FALSE.