Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
General documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
General documentation
Merge requests
!24
Refresh multiple-field attribute doc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Refresh multiple-field attribute doc
empty-widget
into
dev
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Ghost User
requested to merge
empty-widget
into
dev
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Try to update the documentation about multiple-[field].
0
0
Merge request reports
Viewing commit
27dbb355
Prev
Next
Show latest version
2 files
+
34
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
27dbb355
update: update multiple doc
· 27dbb355
Matthieu Fesselier
authored
4 years ago
source/import_documentation/Mixins/grouper-mixin.rst
+
14
−
2
Options
@@ -33,11 +33,23 @@ Attributes
When used with the pagination, each group is paginated.
``group-
by-
widget``
``group-widget``
~~~~~~~~~~~~~~~~~~~
default: ``solid-group-d
iv
``
default: ``solid-group-d
efault
``
The name of the widget to use as a group widget.
It takes the name of the group as a ``value`` and put content in a ``div[data-content]``.
Here is an example of a custom group widget:
.. code:: html
<solid-widget name="custom-group">
<template>
<h2>${value}</h2>
<section data-content></section>
</template>
</solid-widget>
``group-class``
Loading