Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
g1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
76
Issues
76
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cto
g1
Commits
7c444373
Commit
7c444373
authored
Dec 05, 2019
by
Bharat R
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify formhandler doc
parent
4ab3085a
Pipeline
#107756
failed with stage
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
docs/formhandler.md
docs/formhandler.md
+6
-4
No files found.
docs/formhandler.md
View file @
7c444373
...
...
@@ -22,10 +22,12 @@ The full list of options is below. Simple options can be specified as `data-` at
-
`src`
:
[
FormHandler
][
formhandler
]
URL endpoint
-
`data`
: Array of objects. Dataset for formhandler table. If both
`src`
and
`data`
are provided,
`data`
takes priority.
-
`namespace`
: (Optional) If
`namespace`
specified, the URL will append as
`?namespace:key=value`
.
When using multiple tables namespace must be specified.
`key=value`
only applies to formhandlers with namespace as
`name`
.
Filters without a namespace like
`?key=value`
will apply to all formhandlers.
-
`namespace`
:
-
(Optional) If
`namespace`
specified, the URL will append as
`?name:key=value`
.
-
If the URL has
`name:key=value`
, the filter only applies to formhandlers with namespace as
`name`
.
-
Filters without a namespace like
`?key=value`
will apply to all formhandlers.
-
When using multiple tables use of
`namespace`
is necessary .
-
`columns`
: comma-separated column names to display, or a list of objects with these keys:
-
`name`
: column name.
`"*"`
is a special column placeholder for "all columns" (options given for
`"*"`
are applied for all columns)
-
`title`
: for header display. Defaults to the same value as
`name`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment