Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!8049
Added comment in docs explaining how to use a cell as header in a table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Added comment in docs explaining how to use a cell as header in a table
issue/drupal-3437166:3437166-rendering-engine-disregard
into
11.x
Overview
2
Commits
5
Pipelines
7
Changes
5
2 unresolved threads
Hide all comments
Closed
utkarsh_33
requested to merge
issue/drupal-3437166:3437166-rendering-engine-disregard
into
11.x
1 year ago
Overview
2
Commits
5
Pipelines
7
Changes
5
2 unresolved threads
Hide all comments
Expand
Closes
#3437166
0
0
Merge request reports
Compare
11.x
version 6
b62610fe
1 year ago
version 5
77ea7a58
1 year ago
version 4
9ab4145e
1 year ago
version 3
ab25bc3c
1 year ago
version 2
ab25bc3c
1 year ago
version 1
0fb05abf
1 year ago
11.x (base)
and
latest version
latest version
0ff4c2b3
5 commits,
11 months ago
version 6
b62610fe
4 commits,
1 year ago
version 5
77ea7a58
3 commits,
1 year ago
version 4
9ab4145e
2 commits,
1 year ago
version 3
ab25bc3c
46 commits,
1 year ago
version 2
ab25bc3c
2 commits,
1 year ago
version 1
0fb05abf
1 commit,
1 year ago
5 files
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
core/modules/system/templates/table.html.twig
+
2
−
0
Options
@@ -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.
Loading